forked from phoenix/litellm-mirror
run test on sync function too
This commit is contained in:
parent
f6d97c25f2
commit
518be32a98
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"
|
assert response.model == "my-fake-model"
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize("sync_mode", [False])
|
@pytest.mark.parametrize("sync_mode", [False, True])
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_using_default_fallback(sync_mode):
|
async def test_using_default_fallback(sync_mode):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue