aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-26 11:23:01 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-26 11:23:01 -0800
commit29f131428272e3b0f5c13d9ec6417f9e3b6dbc9b (patch)
treecda68966326c8350e4385952d7bde9efe4e8ef2e /test/cpp/util
parenta348fa8a07c207617874127e110e6b952f447272 (diff)
parentbc53734c2ec3a329b10272f4dceb7612cbdcde7e (diff)
Merge github.com:grpc/grpc into credit
Diffstat (limited to 'test/cpp/util')
-rw-r--r--test/cpp/util/create_test_channel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/create_test_channel.cc b/test/cpp/util/create_test_channel.cc
index 306a660da2..d3b84b2965 100644
--- a/test/cpp/util/create_test_channel.cc
+++ b/test/cpp/util/create_test_channel.cc
@@ -91,7 +91,7 @@ std::shared_ptr<ChannelInterface> CreateTestChannel(
// Shortcut for end2end and interop tests.
std::shared_ptr<ChannelInterface> CreateTestChannel(const grpc::string& server,
bool enable_ssl) {
- return CreateTestChannel(server, "foo.test.google.com", enable_ssl, false);
+ return CreateTestChannel(server, "foo.test.google.fr", enable_ssl, false);
}
} // namespace grpc