Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Nov 27, 2024
1 parent 818afbd commit ccd6558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/http/check_until_broker_ready_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func TestCheckUntilBrokerReadyErrors(t *testing.T) {
},
{
name: "error - bad status code",
handler: func(w http.ResponseWriter, r *http.Request) {
handler: func(w http.ResponseWriter, _ *http.Request) {
w.WriteHeader(http.StatusServiceUnavailable)
},
},
Expand Down

0 comments on commit ccd6558

Please sign in to comment.