Skip to content

Commit

Permalink
Update transport_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Billy Lynch <[email protected]>
  • Loading branch information
adrien-barret and wlynch authored Jan 16, 2024
1 parent ade13e0 commit db3b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func TestNew_appendHeader(t *testing.T) {
if err != nil {
t.Fatal("unexpected error:", err)
}
itr.BaseURL = ts.URL
tr.BaseURL = ts.URL

client := http.Client{Transport: tr}
_, err = client.Do(req)
Expand Down

0 comments on commit db3b214

Please sign in to comment.