Capture loop var in TestClientDisabledRedirects (#20466)

This commit is contained in:
Mike Palmiotto 2023-05-02 13:53:30 -04:00 committed by GitHub
parent fda0a731fc
commit 410735e88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ func TestClientDisableRedirects(t *testing.T) {
for name, tc := range tests {
test := tc
name := name
t.Run(name, func(t *testing.T) {
t.Parallel()
numReqs := 0