test(test_router.py): add test to ensure retry-after matches received value

This commit is contained in:
Krrish Dholakia 2024-08-24 15:21:04 -07:00
parent 00a059cc84
commit b8ca6553b6

View file

@ -2254,7 +2254,6 @@ def test_router_dynamic_cooldown_correct_retry_after_time(sync_mode):
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():
"""
User feedback: litellm says "No deployments available for selected model, Try again in 60 seconds"