Skip to content

Commit e55ee8b

Browse files
committed
Update TestJWT.java
1 parent 2629d18 commit e55ee8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/java/org/privacyidea/TestJWT.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void setup()
4949
}
5050

5151
@Test
52-
public void testSuccess() throws IOException
52+
public void testMultipleRetrieval()
5353
{
5454
for (int i = 0; i < this.testIterations; i++)
5555
{
@@ -72,13 +72,13 @@ public void testSuccess() throws IOException
7272
{
7373
throw new RuntimeException(e);
7474
}
75-
privacyIDEA.close();
7675
}
7776

7877
@After
79-
public void tearDown()
78+
public void tearDown() throws IOException
8079
{
8180
mockServer.stop();
81+
privacyIDEA.close();
8282
}
8383

8484
private String generateJWT(long validityMs)

0 commit comments

Comments
 (0)