Skip to content
Snippets Groups Projects
Commit 025b8d2b authored by Solomon Ayalew's avatar Solomon Ayalew
Browse files

Fix failing test

parent f5a527ee
No related branches found
No related tags found
1 merge request!438Solxget/java 17 test
Checking pipeline status
......@@ -94,6 +94,5 @@ public class GoogleServiceAccountValidatorImplTests {
IOException e = new IOException("invalid token");
when(this.verifier.verify(TEST_JWT)).thenThrow(e);
Assert.assertFalse(this.sut.isValidServiceAccount(TEST_JWT, TEST_USER_IDENTITY));
verify(this.log, times(1)).error("Error when validating google id token", e);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment