You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in FIPS mode password must have minimum length of 14 characters, this is preparing for upgrade of credentials plugin version (#58)
* in FIPS mode password must have minimum length of 14 characters and ugrade of credentials plugin version
---------
Signed-off-by: Olivier Lamy <[email protected]>
Copy file name to clipboardExpand all lines: src/test/java/org/jenkinsci/plugins/kubernetes/credentials/AbstractOpenShiftBearerTokenCredentialFIPSTest.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -96,9 +96,9 @@ public void unprepareFakeOAuthServer() {
@@ -70,7 +70,7 @@ public void testMultipleCachedTokens() throws IOException {
70
70
}
71
71
72
72
@Test
73
-
publicvoidtestBadStatusCode() throwsIOException {
73
+
publicvoidtestBadStatusCode() throwsException {
74
74
expectedEx.expect(IOException.class);
75
75
expectedEx.expectMessage("The response from the OAuth server was invalid: The OAuth service didn't respond with a redirection but with '400: Bad Request'");
76
76
@@ -79,7 +79,7 @@ public void testBadStatusCode() throws IOException {
Copy file name to clipboardExpand all lines: src/test/java/org/jenkinsci/plugins/kubernetes/credentials/OpenShiftBearerTokenCredentialWithFIPSTest.java
Copy file name to clipboardExpand all lines: src/test/java/org/jenkinsci/plugins/kubernetes/credentials/OpenShiftBearerTokenCredentialWithoutFIPSTest.java
0 commit comments