Skip to content

Commit

Permalink
lint: suppress false positive scope warn
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Mar 20, 2021
1 parent 5564c20 commit 6511ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions file_server_test.go
Expand Up @@ -43,6 +43,7 @@ func TestFileServer(t *testing.T) {
}

for i, tt := range tbl {
tt := tt
t.Run(strconv.Itoa(i), func(t *testing.T) {
req, err := http.NewRequest("GET", ts.URL+tt.req, nil)
require.NoError(t, err)
Expand Down

0 comments on commit 6511ced

Please sign in to comment.