From 7b1973c766be11bb18f6bb8d6744f2527df1a629 Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Thu, 28 May 2020 14:13:11 -0700 Subject: [PATCH] fix --- tools/run_tests/run_xds_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/run_xds_tests.py b/tools/run_tests/run_xds_tests.py index 7459104f986..1b5ffb34d0a 100755 --- a/tools/run_tests/run_xds_tests.py +++ b/tools/run_tests/run_xds_tests.py @@ -1087,7 +1087,7 @@ def patch_url_map_backend_service(gcp, 'backendService': service.url, 'weight': w, } for service, w in services_with_weights.items()] - } if services_withWeights else None + } if services_with_weights else None config = { 'defaultService':