We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39de155 commit ba28fcbCopy full SHA for ba28fcb
1 file changed
test/cpp/interop/client.cc
@@ -283,7 +283,7 @@ int main(int argc, char** argv) {
283
std::bind(&grpc::testing::InteropClient::DoOrcaPerRpc, &client);
284
actions["orca_oob"] =
285
std::bind(&grpc::testing::InteropClient::DoOrcaOob, &client);
286
- actions["max_concurrent_streams_connection_scaling."] =
+ actions["max_concurrent_streams_connection_scaling"] =
287
std::bind(&grpc::testing::InteropClient::DoMcsConnectionScaling, &client);
288
289
if (absl::GetFlag(FLAGS_use_tls)) {
0 commit comments