Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Sep 11, 2024
1 parent 63c9aa4 commit c50bcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ type dependencies struct {
current *model.ClientResults,
negotiateURL *url.URL) error

// HTTPClientDo allows to override calling the [*http.Client.Do].
// HTTPClientDo allows to override calling [*http.Client.Do] in tests.
HTTPClientDo func(req *http.Request) (*http.Response, error)

// HTTPNewRequest allows to override calling [http.NewRequest].
Expand Down

0 comments on commit c50bcd5

Please sign in to comment.