Fixing zookeeper tests as well.

reviewable/pr3765/r1
Julien Boeuf 9 years ago
parent 9b2e11dee4
commit 18a12c4e9b
  1. 2
      test/cpp/end2end/zookeeper_test.cc

@ -157,7 +157,7 @@ class ZookeeperTest : public ::testing::Test {
void ResetStub() {
string target = "zookeeper://" + zookeeper_address_ + "/test";
channel_ = CreateChannel(target, InsecureCredentials());
channel_ = CreateChannel(target, InsecureChannelCredentials());
stub_ = std::move(grpc::cpp::test::util::TestService::NewStub(channel_));
}

Loading…
Cancel
Save