We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1c410 commit 7f32a0fCopy full SHA for 7f32a0f
src/test/java/org/kohsuke/github/extras/authorization/AuthorizationTokenRefreshTest.java
@@ -33,6 +33,9 @@ protected WireMockConfiguration getWireMockOptions() {
33
34
/**
35
* Retried request should get new token when the old one expires.
36
+ *
37
+ * @throws IOException
38
+ * the exception
39
*/
40
@Test
41
public void testRetriedRequestGetsNewAuthorizationTokenWhenOldOneExpires() throws IOException {
@@ -47,6 +50,9 @@ public void testRetriedRequestGetsNewAuthorizationTokenWhenOldOneExpires() throw
47
50
48
51
49
52
* Retried request should not get new token when the old one is still valid.
53
54
55
56
57
58
public void testRetriedRequestDoesNotGetNewAuthorizationTokenWhenOldOneIsStillValid() throws IOException {
0 commit comments