Skip to content

Commit f2c8d89

Browse files
committed
ignore test code
1 parent 73938a8 commit f2c8d89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

path_auth_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func TestKeyAuth(t *testing.T) {
2626
handlerCalled := false
2727
handler := func(c echo.Context) error {
2828
handlerCalled = true
29+
//nolint:wrapcheck
2930
return c.String(http.StatusOK, "test")
3031
}
3132
middlewareChain := PathAuth("apikey", testKeyValidator)(handler)

0 commit comments

Comments
 (0)