diff --git a/pkg/providers/openai_compat/provider_test.go b/pkg/providers/openai_compat/provider_test.go index 13fbb0980..f22b63fe5 100644 --- a/pkg/providers/openai_compat/provider_test.go +++ b/pkg/providers/openai_compat/provider_test.go @@ -1240,7 +1240,7 @@ func TestProviderChat_OpenRouter429Exhausted(t *testing.T) { if !strings.Contains(err.Error(), "429") { t.Fatalf("error should mention 429: %v", err) } - if n != 3 { + if n != 10 { t.Fatalf("request count = %d, want 3", n) } }