aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/shutdown_test.cc
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-10-12 14:08:10 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-10-12 14:09:13 -0700
commite5adc0eb67f27ea3a01945dd549952e4aaa7bbd0 (patch)
tree0e5b3fbaa14ab5ba115207f27b361b5506eca7d8 /test/cpp/end2end/shutdown_test.cc
parent54a902ed17a69c671e5212b115fe5f219654240a (diff)
Fixing Cpp tests.
Diffstat (limited to 'test/cpp/end2end/shutdown_test.cc')
-rw-r--r--test/cpp/end2end/shutdown_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/end2end/shutdown_test.cc b/test/cpp/end2end/shutdown_test.cc
index 0549bb8b5f..b1b18b2a7f 100644
--- a/test/cpp/end2end/shutdown_test.cc
+++ b/test/cpp/end2end/shutdown_test.cc
@@ -93,7 +93,7 @@ class ShutdownTest : public ::testing::Test {
void ResetStub() {
string target = "dns:localhost:" + to_string(port_);
- channel_ = CreateChannel(target, InsecureCredentials());
+ channel_ = CreateChannel(target, InsecureChannelCredentials());
stub_ = grpc::cpp::test::util::TestService::NewStub(channel_);
}