Skip to content

Commit a842c31

Browse files
fix: update no lint for api middleware tests
1 parent f4fbee3 commit a842c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rolling-shutter/keyper/kproapi/middleware_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func TestConfigMiddleware(t *testing.T) {
202202
}
203203

204204
// Create a function that returns our test spec.
205-
//nolint:golint
205+
//nolint:unparam
206206
getTestSpec := func() (*openapi3.T, error) {
207207
return spec, nil
208208
}

0 commit comments

Comments
 (0)