From c96f3dce4e6d616a3241bcb7ae70b75b52320a1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 22:01:09 +0000 Subject: [PATCH] Automated fix for refs/heads/master (#33710) PanCakes to the rescue! We noticed that our 'sanity' test was going to fail, but we think we can fix that automatically, so we put together this PR to do just that! If you'd like to opt-out of these PR's, add yourself to NO_AUTOFIX_USERS in .github/workflows/pr-auto-fix.yaml Co-authored-by: ctiller --- .../xds_k8s_test_driver/tests/url_map/affinity_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/xds_k8s_test_driver/tests/url_map/affinity_test.py b/tools/run_tests/xds_k8s_test_driver/tests/url_map/affinity_test.py index e5227c21c77..a3ccfac1318 100644 --- a/tools/run_tests/xds_k8s_test_driver/tests/url_map/affinity_test.py +++ b/tools/run_tests/xds_k8s_test_driver/tests/url_map/affinity_test.py @@ -127,7 +127,7 @@ class TestHeaderBasedAffinity(xds_url_map_testcase.XdsUrlMapTestCase): 1, ) - # Any remaining subchannels may be in any state. + # Any remaining subchannels may be in any state. # Send 150 RPCs without headers. RPCs without headers will pick random # backends. After this, we expect to see all backends to be connected.