Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Hernán Carle <pablo.carle@broadcom.com>
  • Loading branch information
Pablo Hernán Carle committed Aug 8, 2023
1 parent 501cbeb commit 2bfc4fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ void givenSSLError_thenFalseAndException() {
assertTrue(values.length() > 0);
assertTrue(values.contains("ResourceAccessException accessing"), values);

verify(apimlLogger, times(1)).log("org.zowe.apiml.security.auth.zosmf.sslError");
verify(apimlLogger, times(1)).log("org.zowe.apiml.security.auth.zosmf.sslError", "resource access exception; nested exception is javax.net.ssl.SSLHandshakeException: handshake exception");
}

@Test
Expand Down

0 comments on commit 2bfc4fe

Please sign in to comment.