run test on sync function too

This commit is contained in:
Ishaan Jaff 2024-08-20 12:57:22 -07:00
parent f6d97c25f2
commit 518be32a98

View file

@ -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):
"""