mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
run test on sync function too
This commit is contained in:
parent
165e0e3ad1
commit
0847ebc82d
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue