aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-17 19:31:00 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-17 19:31:00 -0800
commitdacb38990735e0aacbb5a52cec840f72748314e9 (patch)
treebbbee9ca4b5928785b4d16fe10ded3e0daf75e34 /test/cpp
parent1b4e33029efc2dd57036270bd3a73b6841aadbf5 (diff)
Fix method name
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/util/cli_call_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/cli_call_test.cc b/test/cpp/util/cli_call_test.cc
index 2e223ec57e..94f54616a9 100644
--- a/test/cpp/util/cli_call_test.cc
+++ b/test/cpp/util/cli_call_test.cc
@@ -115,7 +115,7 @@ TEST_F(CliCallTest, SimpleRpc) {
EXPECT_EQ(response.message(), request.message());
EXPECT_TRUE(s.ok());
- const grpc::string kMethod("/grpc.cpp.test.util.TestService/Echo");
+ const grpc::string kMethod("/grpc.testing.TestService/Echo");
grpc::string request_bin, response_bin, expected_response_bin;
EXPECT_TRUE(request.SerializeToString(&request_bin));
EXPECT_TRUE(response.SerializeToString(&expected_response_bin));