From 0136c65a705a5321b18547d32dddc8ff99fa068f Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Tue, 9 Feb 2021 00:58:16 +0000 Subject: [PATCH] Fix typo --- .../grpcio_tests/tests_py3_only/interop/xds_interop_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/grpcio_tests/tests_py3_only/interop/xds_interop_client.py b/src/python/grpcio_tests/tests_py3_only/interop/xds_interop_client.py index 99002d4376b..072b4d5a8fd 100644 --- a/src/python/grpcio_tests/tests_py3_only/interop/xds_interop_client.py +++ b/src/python/grpcio_tests/tests_py3_only/interop/xds_interop_client.py @@ -331,7 +331,7 @@ class _XdsUpdateClientConfigureServicer( if md.type == method_enum) # For backward compatibility, do not change timeout when we # receive a default value timeout. - if request.timeout_secs == 0: + if request.timeout_sec == 0: timeout_sec = channel_config.rpc_timeout_sec else: timeout_sec = request.timeout_sec