Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennaEpp committed Aug 31, 2021
1 parent f3757e1 commit ca73a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func (wt *testRoundTripper) RoundTrip(r *http.Request) (*http.Response, error) {

resp, err := wt.rt.RoundTrip(r)
if err != nil {
wt.Logf("roundtrip error: %v\nrequest: %s", err, requestDump)
wt.Logf("roundtrip error (may be expected): %v\nrequest: %s", err, requestDump)
}
return resp, err
}
Expand Down

0 comments on commit ca73a5c

Please sign in to comment.