aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/interop/_secure_interop_test.py
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-07-08 17:05:02 -0700
committerGravatar yang-g <yangg@google.com>2016-07-08 17:05:02 -0700
commitdc3a775e6026666f698e5460281645acb2005dd8 (patch)
tree510a4c7cf4e6b81dd8a2c5652d56f3006533c11d /src/python/grpcio_tests/tests/interop/_secure_interop_test.py
parent9ef0cd81f74eff88191cff541add28765b59ff46 (diff)
parentc1bfe124ab0d151f7619f4fefc08244bd1dd4750 (diff)
Merge remote-tracking branch 'upstream/master' into import
Diffstat (limited to 'src/python/grpcio_tests/tests/interop/_secure_interop_test.py')
-rw-r--r--src/python/grpcio_tests/tests/interop/_secure_interop_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_tests/tests/interop/_secure_interop_test.py b/src/python/grpcio_tests/tests/interop/_secure_interop_test.py
index c61547b977..cb09f54a34 100644
--- a/src/python/grpcio_tests/tests/interop/_secure_interop_test.py
+++ b/src/python/grpcio_tests/tests/interop/_secure_interop_test.py
@@ -55,7 +55,7 @@ class SecureInteropTest(
self.server.start()
self.stub = test_pb2.beta_create_TestService_stub(
test_utilities.not_really_secure_channel(
- '[::]', port, implementations.ssl_channel_credentials(
+ 'localhost', port, implementations.ssl_channel_credentials(
resources.test_root_certificates()),
_SERVER_HOST_OVERRIDE))