Skip to content

Commit

Permalink
Fix error in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
darylnwk committed Apr 29, 2020
1 parent 838e144 commit 10a5a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func TestClient_DoHTTPDoRequestError(t *testing.T) {
response, err = client.Do(request)
)

assert.EqualError(t, err, "httpclient: request occurred with errors: Post : unsupported protocol scheme \"\"")
assert.EqualError(t, err, "httpclient: request occurred with errors: Post \"\": unsupported protocol scheme \"\"")
assert.Nil(t, response)
}

Expand Down

0 comments on commit 10a5a39

Please sign in to comment.