From f9034ffcee3e35c714c6ddd1d5091480044f44cc Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 28 Aug 2024 10:52:12 -0700 Subject: [PATCH] test: rename test to run earlier --- litellm/tests/test_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_router.py b/litellm/tests/test_router.py index d7f245ed8..fd4f79657 100644 --- a/litellm/tests/test_router.py +++ b/litellm/tests/test_router.py @@ -2256,7 +2256,7 @@ def test_router_dynamic_cooldown_correct_retry_after_time(): @pytest.mark.parametrize("sync_mode", [True, False]) @pytest.mark.asyncio -async def test_router_dynamic_cooldown_message_retry_time(sync_mode): +async def test_aaarouter_dynamic_cooldown_message_retry_time(sync_mode): """ User feedback: litellm says "No deployments available for selected model, Try again in 60 seconds" but Azure says to retry in at most 9s