Skip to content

Commit

Permalink
Remove nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimedrolity committed Dec 1, 2022
1 parent 4d71b07 commit ff6e0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifier/senders/webhook/webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestSender_SendEvents(t *testing.T) {
}
status, err = testRequestBody(r)
if err != nil {
_, err = w.Write([]byte(err.Error())) //nolint
_, err = w.Write([]byte(err.Error()))
So(err, ShouldBeNil)
w.WriteHeader(status)
}
Expand Down

0 comments on commit ff6e0a5

Please sign in to comment.