We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73938a8 commit f2c8d89Copy full SHA for f2c8d89
path_auth_test.go
@@ -26,6 +26,7 @@ func TestKeyAuth(t *testing.T) {
26
handlerCalled := false
27
handler := func(c echo.Context) error {
28
handlerCalled = true
29
+ //nolint:wrapcheck
30
return c.String(http.StatusOK, "test")
31
}
32
middlewareChain := PathAuth("apikey", testKeyValidator)(handler)
0 commit comments