From bf85f6c88debd2dea12ece463c36bfd69cc6393a Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Fri, 27 Mar 2020 10:13:03 -0700 Subject: [PATCH] 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 f3ee2fbf06c..196f37db21a 100755 --- a/tools/run_tests/run_xds_tests.py +++ b/tools/run_tests/run_xds_tests.py @@ -202,7 +202,7 @@ _TESTS_USING_SECONDARY_IG = [ 'secondary_locality_gets_requests_on_primary_failure' ] _USE_SECONDARY_IG = any( - [t in args.test_cases for t in _TESTS_USING_SECONDARY_IG]) + [t in args.test_case for t in _TESTS_USING_SECONDARY_IG]) _PATH_MATCHER_NAME = 'path-matcher' _BASE_TEMPLATE_NAME = 'test-template' _BASE_INSTANCE_GROUP_NAME = 'test-ig'