Skip to content

Commit

Permalink
Tweak to unbreak building context_impl_test.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Otto van der Schaaf authored Mar 24, 2022
1 parent bdd653c commit 4495532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extensions/transport_sockets/tls/context_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ TEST_F(ClientContextConfigImplTest, RSA1024Cert) {
"Failed to load certificate chain from .*selfsigned_rsa_1024_cert.pem, only RSA certificates "
"with 2048-bit or larger keys are supported|Failed to load certificate chain from "
".*selfsigned_rsa_1024_cert.pem, please see log for details");
EXPECT_THROW_WITH_REGEX(manager.createSslClientContext(store, client_context_config, nullptr),
EXPECT_THROW_WITH_REGEX(manager_.createSslClientContext(store, client_context_config),
EnvoyException, error_msg);
}

Expand Down

0 comments on commit 4495532

Please sign in to comment.