aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/tests/interop/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/grpcio/tests/interop/client.py')
-rw-r--r--src/python/grpcio/tests/interop/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/tests/interop/client.py b/src/python/grpcio/tests/interop/client.py
index 573ec2bd71..1d10d7e45d 100644
--- a/src/python/grpcio/tests/interop/client.py
+++ b/src/python/grpcio/tests/interop/client.py
@@ -94,7 +94,7 @@ def _stub(args):
channel = test_utilities.not_really_secure_channel(
args.server_host, args.server_port,
- implementations.ssl_channel_credentials(root_certificates, None, None),
+ implementations.ssl_channel_credentials(root_certificates),
args.server_host_override)
stub = test_pb2.beta_create_TestService_stub(
channel, metadata_transformer=metadata_transformer)