Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht committed Mar 11, 2024
1 parent 5213a1b commit 23d4bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httpclient/api_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ func TestSimpleRequestErrReaderCloseBody(t *testing.T) {
}, nil
}),
})
require.NoError(t, err)
headers := map[string]string{"Accept": "application/json"}
err = c.Do(context.Background(), "PATCH", "/a",
WithRequestHeaders(headers),
Expand Down

0 comments on commit 23d4bae

Please sign in to comment.