Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed May 20, 2020
1 parent 9949568 commit 70c5b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func TestHttpRequest(t *testing.T) {
// Close the server when test finishes
defer server.Close()

body, resp, err := HttpRequest(server.URL, "GET", "application/json", []string{"aaa=bbbb=", "ccc=ddd"}, nil, 2*time.Second, false)
body, resp, err := HttpRequest(server.URL, "GET", "application/json", []string{"aaa=bbbb=", "ccc=ddd"}, nil, 2*time.Second, false, nil)

assert.Nil(t, err)
assert.Equal(t, []byte("OK"), body)
Expand Down

0 comments on commit 70c5b67

Please sign in to comment.