diff --git a/static_test.go b/static_test.go index f4bc346..8b262ff 100644 --- a/static_test.go +++ b/static_test.go @@ -14,7 +14,7 @@ import ( "github.com/stretchr/testify/assert" ) -// nolint:unparam +//nolint:unparam func performRequest(r http.Handler, method, path string) *httptest.ResponseRecorder { req, _ := http.NewRequestWithContext(context.Background(), method, path, nil) w := httptest.NewRecorder()