pull/23078/head
Menghan Li 5 years ago
parent f316a02823
commit 7b1973c766
  1. 2
      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':

Loading…
Cancel
Save