Skip to content

Commit

Permalink
[CCXDEV-12103] More linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matysek committed Nov 1, 2023
1 parent 60474b4 commit 0895983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ var configAuth2 = server.AuthConfig{
}

// dummy HTTP request handler
func dummyHandler(_ http.ResponseWriter, r *http.Request) {
func dummyHandler(_ http.ResponseWriter, _ *http.Request) {
}

// start new HTTP server, perform request, check response, and stop HTTP server
Expand Down

0 comments on commit 0895983

Please sign in to comment.