Skip to content

Commit

Permalink
Merge branch 'fix-flush-and-readerfrom-implementation--generous-starf…
Browse files Browse the repository at this point in the history
…ish-f8e6e94207' of https://github.com/romainmenke/coraza into fix-flush-and-readerfrom-implementation--generous-starfish-f8e6e94207
  • Loading branch information
romainmenke committed Nov 20, 2023
2 parents 38edc61 + 8208087 commit 636723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/interceptor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func TestReadFrom(t *testing.T) {

type testPusher struct{}

func (x *testPusher) Push(target string, opts *http.PushOptions) error {
func (x *testPusher) Push(string, *http.PushOptions) error {
return nil
}

Expand Down

0 comments on commit 636723a

Please sign in to comment.