Skip to content

Commit

Permalink
debug only changes1
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaypujare committed Dec 30, 2021
1 parent 9638034 commit b029530
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -416,7 +416,7 @@ public void from_tls_clientAuthRequire_noClientCert() throws Exception {
.build();
Status status = expectFailedHandshake(channelCreds, serverCreds);
if (!"ssl exception".equals(status.getDescription())) {
assertThat(status.getDescription()).startsWith("io exception");
assertThat(status.getDescription()).isEqualTo("io exception");
}
}

Expand Down

0 comments on commit b029530

Please sign in to comment.