Skip to content

Commit

Permalink
netty: in the IOException check also include check for SslHandler in …
Browse files Browse the repository at this point in the history
…the description
  • Loading branch information
sanjaypujare committed Dec 30, 2021
1 parent 9638034 commit ee10b7a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -417,6 +417,7 @@ public void from_tls_clientAuthRequire_noClientCert() throws Exception {
Status status = expectFailedHandshake(channelCreds, serverCreds);
if (!"ssl exception".equals(status.getDescription())) {
assertThat(status.getDescription()).startsWith("io exception");
assertThat(status.getDescription()).contains("SslHandler");
}
}

Expand Down

0 comments on commit ee10b7a

Please sign in to comment.