From 01c9947ef4f0eeac39260b05db2f0af18a24db39 Mon Sep 17 00:00:00 2001 From: xiongfei <278837230@qq.com> Date: Tue, 31 Mar 2026 14:35:45 +0800 Subject: [PATCH] add openrouter appinfo --- pkg/providers/openai_compat/provider_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } }