Skip to content

Commit

Permalink
more debug only changes14
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaypujare committed Dec 29, 2021
1 parent 7cf36cd commit 7b76d3e
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -415,7 +415,9 @@ public void from_tls_clientAuthRequire_noClientCert() throws Exception {
.trustManager(caCert)
.build();
Status status = expectFailedHandshake(channelCreds, serverCreds);
assertThat(status.getDescription()).isAnyOf("ssl exception", "io exception");
if (!"ssl exception".equals(status.getDescription())) {
assertThat(status.getDescription()).startsWith("io exception");
}
}

@Test
Expand Down

0 comments on commit 7b76d3e

Please sign in to comment.