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 6f75b44 commit 893d7c2Copy full SHA for 893d7c2
core/clients/key_flow_test.go
@@ -393,7 +393,7 @@ func TestKeyFlow_Do(t *testing.T) {
393
config: &KeyFlowConfig{},
394
},
395
handlerFn: func(testing.TB) http.HandlerFunc {
396
- return func(w http.ResponseWriter, r *http.Request) {
+ return func(w http.ResponseWriter, _ *http.Request) {
397
w.Header().Set("Content-Type", "application/json")
398
w.WriteHeader(http.StatusOK)
399
_, _ = fmt.Fprintln(w, `{"status":"ok"}`)
0 commit comments