fixup: compile error

pull/36021/head
Eugene Ostroukhov 1 year ago
parent 6d4ae79570
commit 8ebf7e1c06
  1. 2
      test/core/memory_usage/memory_usage_test.cc

@ -210,7 +210,7 @@ XdsServer StartXdsServerAndConfigureBootstrap(
// Generate xDS bootstrap and set the env var.
std::string bootstrap =
grpc::testing::XdsBootstrapBuilder()
.SetServer(absl::StrCat("localhost:", xds_server_port))
.SetServers({absl::StrCat("localhost:", xds_server_port)})
.SetXdsChannelCredentials("insecure")
.Build();
grpc_core::SetEnv("GRPC_XDS_BOOTSTRAP_CONFIG", bootstrap);

Loading…
Cancel
Save