diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 869339f786d..7dbdd31c0ac 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -3526,6 +3526,7 @@ async def test_anthropic_api_prompt_caching_basic(): "cohere.command-text-v14", ], ) +@pytest.mark.parametrize("sync_mode", [True, False]) @pytest.mark.asyncio async def test_completion_bedrock_httpx_models(sync_mode, model): litellm.set_verbose = True