diff options
author | Craig Tiller <ctiller@google.com> | 2017-02-17 06:55:55 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-02-17 06:55:55 -0800 |
commit | 2bc4cc4237f57933d00a56064e859151604a7187 (patch) | |
tree | be8bdd224ea30bcb9f2dea68248f53dc6d318578 /src/python/grpcio_tests | |
parent | a8fd05745bf94f83db750cc37c6411532f199683 (diff) | |
parent | 46ca4f7d4eca6cb69a6d80ce35f58f2325cf945d (diff) |
Merge github.com:grpc/grpc into bm_call_create
Diffstat (limited to 'src/python/grpcio_tests')
-rw-r--r-- | src/python/grpcio_tests/tests/interop/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_tests/tests/interop/client.py b/src/python/grpcio_tests/tests/interop/client.py index 833818e662..97f6843d3c 100644 --- a/src/python/grpcio_tests/tests/interop/client.py +++ b/src/python/grpcio_tests/tests/interop/client.py @@ -45,7 +45,7 @@ def _args(): '--server_host', help='the host to which to connect', type=str, - default="127.0.0.1") + default="localhost") parser.add_argument( '--server_port', help='the port to which to connect', type=int) parser.add_argument( |