From e5adc0eb67f27ea3a01945dd549952e4aaa7bbd0 Mon Sep 17 00:00:00 2001 From: Julien Boeuf Date: Mon, 12 Oct 2015 14:08:10 -0700 Subject: Fixing Cpp tests. --- test/cpp/end2end/shutdown_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cpp/end2end/shutdown_test.cc') 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_); } -- cgit v1.2.3