chore: remove loop var references

This commit is contained in:
Florian Schade
2026-04-23 17:11:55 +02:00
committed by Ralf Haferkamp
parent 900ecf736e
commit d0e3f14539
9 changed files with 0 additions and 15 deletions
@@ -129,7 +129,6 @@ func TestRegexSelector(t *testing.T) {
}
for _, tc := range tests {
tc := tc // capture range variable
t.Run(tc.Name, func(t *testing.T) {
r := httptest.NewRequest("GET", "https://example.com", nil)
nr := r.WithContext(tc.Context)