Skip to content

Commit da7ec92

Browse files
authored
Update api/client_test.go
Signed-off-by: Kemal Akkoyun <kakkoyun@users.noreply.github.com>
1 parent 4ad42f2 commit da7ec92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func TestDoContextCancellationSlowServer(t *testing.T) {
204204
t.Errorf("expected no body due to cancellation, got: %q", string(body))
205205
}
206206
if elapsed > 500*time.Millisecond {
207-
t.Errorf("Do did not return promptly on cancellation: took %v", elapsed)
207+
t.Errorf("client.Do did not return promptly on cancellation: took %v", elapsed)
208208
}
209209

210210
if resp != nil && resp.Body != nil {

0 commit comments

Comments
 (0)