Reviewer comments

pull/37679/head
Yash Tibrewal 2 months ago
parent 45db51431d
commit 75272d542e
  1. 3
      test/cpp/end2end/xds/xds_end2end_test.cc

@ -1436,7 +1436,8 @@ TEST_P(XdsServerSecurityTest, TestMtlsToFallback) {
RpcOptions().set_wait_for_ready(true), server_authenticated_identity_,
client_authenticated_identity_);
SetLdsUpdate("", "", "", "", false);
SendRpc([this]() { return CreateInsecureChannel(); }, RpcOptions(), {}, {});
SendRpc([this]() { return CreateInsecureChannel(); },
RpcOptions().set_wait_for_ready(true), {}, {});
}
TEST_P(XdsServerSecurityTest, TestFallbackToMtls) {

Loading…
Cancel
Save