From fccc00a39e738f4497188895f8c8e106a0932567 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Tue, 2 May 2023 17:01:20 -0400 Subject: [PATCH] backport of commit 60c35278843ce65acf0c2190f21b3209bad4a0ac (#20468) Co-authored-by: Mike Palmiotto --- api/client_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/client_test.go b/api/client_test.go index 58552fc2b3a3..feb3ca6e879e 100644 --- a/api/client_test.go +++ b/api/client_test.go @@ -222,6 +222,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