Skip to content

Commit 227bb59

Browse files
committed
fix test
1 parent 74dce6a commit 227bb59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/core/tsi/ssl_transport_security_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ TEST(SslTransportSecurityTest, TestServerHandshakerFactoryRefcounting) {
12351235
kSslTsiTestCredentialsDir, "server0.key")),
12361236
cert_chain);
12371237
tsi_ssl_server_handshaker_options options;
1238-
options.pem_key_cert_pairs = PemKeyCertPairList{cert_pair};
1238+
options.key_cert_pairs_or_selector = PemKeyCertPairList{cert_pair};
12391239
if (!cert_chain.empty()) {
12401240
options.root_cert_info = std::make_shared<tsi::RootCertInfo>(cert_chain);
12411241
}

0 commit comments

Comments
 (0)