Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rnemeth90 committed Feb 5, 2024
1 parent ff03700 commit b6091f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TestMakeRequest(t *testing.T) {
Latency: 0,
}

got, err := httping.MakeRequest(false, server.URL, "host")
got, err := httping.MakeRequest(false, "", server.URL, "host")
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit b6091f2

Please sign in to comment.