Skip to content

Commit

Permalink
chore: makes lint happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs committed Jun 25, 2023
1 parent 804f74c commit 5209106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/corazawaf/body_buffer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func TestBodyBufferResetAndReadTheReader(t *testing.T) {
MemoryLimit: 5,
Limit: 5,
})
br.Write([]byte("test1"))
br.Write([]byte("test1")) // nolint

r, _ := br.Reader()

Expand Down

0 comments on commit 5209106

Please sign in to comment.