diff --git a/godo_test.go b/godo_test.go index 289b3da..fe33cb4 100644 --- a/godo_test.go +++ b/godo_test.go @@ -402,7 +402,7 @@ func TestDo_rateLimitRace(t *testing.T) { req, _ := client.NewRequest(ctx, http.MethodGet, "/", nil) _, err := client.Do(context.Background(), req, nil) if err != nil { - t.Fatalf("Do(): %v", err) + t.Errorf("Do(): %v", err) } wg.Done() }()