mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
test(test_router.py): add test to ensure retry-after matches received value
This commit is contained in:
parent
00a059cc84
commit
b8ca6553b6
1 changed files with 0 additions and 1 deletions
|
@ -2254,7 +2254,6 @@ def test_router_dynamic_cooldown_correct_retry_after_time(sync_mode):
|
||||||
assert response_headers["retry-after"] == cooldown_time
|
assert response_headers["retry-after"] == cooldown_time
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip(reason="needs more work. fix in separate PR.")
|
|
||||||
def test_router_dynamic_cooldown_message_retry_time():
|
def test_router_dynamic_cooldown_message_retry_time():
|
||||||
"""
|
"""
|
||||||
User feedback: litellm says "No deployments available for selected model, Try again in 60 seconds"
|
User feedback: litellm says "No deployments available for selected model, Try again in 60 seconds"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue