aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/shutdown_test.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-11-18 11:27:35 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-11-18 11:27:35 -0800
commitab5611da62705413f7f229b66a9c5362dcb77c01 (patch)
treed046969bef8ab04015c80fc26669e6b65a04b19a /test/cpp/end2end/shutdown_test.cc
parent8e15925fd947ab451de7ba26bc12878ae860fe88 (diff)
parent75b53d6a5d891fa33a9173318b1446faeaf154e4 (diff)
Merge github.com:grpc/grpc into hpack_max_table_size
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_);
}