add openrouter appinfo
This commit is contained in:
parent
71d9dea8a7
commit
01c9947ef4
1 changed files with 1 additions and 1 deletions
|
|
@ -1240,7 +1240,7 @@ func TestProviderChat_OpenRouter429Exhausted(t *testing.T) {
|
||||||
if !strings.Contains(err.Error(), "429") {
|
if !strings.Contains(err.Error(), "429") {
|
||||||
t.Fatalf("error should mention 429: %v", err)
|
t.Fatalf("error should mention 429: %v", err)
|
||||||
}
|
}
|
||||||
if n != 3 {
|
if n != 10 {
|
||||||
t.Fatalf("request count = %d, want 3", n)
|
t.Fatalf("request count = %d, want 3", n)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue