Skip to content

Commit

Permalink
Merge pull request #4 from tsawler/development
Browse files Browse the repository at this point in the history
comments
  • Loading branch information
tsawler authored Mar 31, 2022
2 parents 2f716c4 + f4aa4cf commit 5bdcd4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ func NewTestClient(fn RoundTripFunc) *http.Client {
func Test_PushJSONToRemote(t *testing.T) {
client := NewTestClient(func(req *http.Request) *http.Response {
// Test request parameters
//equals(t, req.URL.String(), "http://example.com/some/path")
return &http.Response{
StatusCode: 200,
// Send response to be tested
Expand Down

0 comments on commit 5bdcd4e

Please sign in to comment.