We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2629d18 commit e55ee8bCopy full SHA for e55ee8b
1 file changed
src/test/java/org/privacyidea/TestJWT.java
@@ -49,7 +49,7 @@ public void setup()
49
}
50
51
@Test
52
- public void testSuccess() throws IOException
+ public void testMultipleRetrieval()
53
{
54
for (int i = 0; i < this.testIterations; i++)
55
@@ -72,13 +72,13 @@ public void testSuccess() throws IOException
72
73
throw new RuntimeException(e);
74
75
- privacyIDEA.close();
76
77
78
@After
79
- public void tearDown()
+ public void tearDown() throws IOException
80
81
mockServer.stop();
+ privacyIDEA.close();
82
83
84
private String generateJWT(long validityMs)
0 commit comments