From 4a594a101179e4604274892ebf2120f89f67eda8 Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Sat, 29 Feb 2020 02:42:07 -0800 Subject: [PATCH] fix typo --- 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 e36b7c8b748..1a407ea11f5 100755 --- a/tools/run_tests/run_xds_tests.py +++ b/tools/run_tests/run_xds_tests.py @@ -242,7 +242,7 @@ def test_change_backend_service(gcp, original_backend_service, instance_group, same_zone_instance_group) patch_backend_instances(gcp, alternate_backend_service, [same_zone_instance_group]) - wait_for_healthy_backends(gcp, original_backend_instances, instance_group) + wait_for_healthy_backends(gcp, original_backend_service, instance_group) wait_for_healthy_backends(gcp, alternate_backend_service, same_zone_instance_group) wait_until_only_given_instances_receive_load(original_backend_instances,