Skip to content

Commit 893d7c2

Browse files
committed
fix lint issue
Signed-off-by: Jan-Otto Kröpke <[email protected]>
1 parent 6f75b44 commit 893d7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/clients/key_flow_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ func TestKeyFlow_Do(t *testing.T) {
393393
config: &KeyFlowConfig{},
394394
},
395395
handlerFn: func(testing.TB) http.HandlerFunc {
396-
return func(w http.ResponseWriter, r *http.Request) {
396+
return func(w http.ResponseWriter, _ *http.Request) {
397397
w.Header().Set("Content-Type", "application/json")
398398
w.WriteHeader(http.StatusOK)
399399
_, _ = fmt.Fprintln(w, `{"status":"ok"}`)

0 commit comments

Comments
 (0)