This commit is contained in:
Paul Gauthier 2025-04-04 07:58:59 +13:00
parent e9b7e933f5
commit 4bfcef60f4

View file

@ -79,4 +79,6 @@ def test_openrouter_error():
ex_info = ex.get_ex_info(openrouter_error)
assert ex_info.retry is True
assert "OpenRouter API provider is down" in ex_info.description
assert "OpenRouter" in ex_info.description
assert "overloaded" in ex_info.description
assert "rate" in ex_info.description