add openrouter appinfo

This commit is contained in:
xiongfei 2026-03-31 14:35:45 +08:00
parent 71d9dea8a7
commit 01c9947ef4

View file

@ -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)
}
}