From 518be32a980cfae667a8edab068f5599c83d11ae Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 20 Aug 2024 12:57:22 -0700 Subject: [PATCH] run test on sync function too --- litellm/tests/test_router_fallbacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_router_fallbacks.py b/litellm/tests/test_router_fallbacks.py index dddae151a..86e0cf62b 100644 --- a/litellm/tests/test_router_fallbacks.py +++ b/litellm/tests/test_router_fallbacks.py @@ -1187,7 +1187,7 @@ async def test_router_content_policy_fallbacks( assert response.model == "my-fake-model" -@pytest.mark.parametrize("sync_mode", [False]) +@pytest.mark.parametrize("sync_mode", [False, True]) @pytest.mark.asyncio async def test_using_default_fallback(sync_mode): """