From fccc6dc928e6d0d4d589a1ec3d062324498bdced Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 14 Aug 2024 15:27:20 -0700 Subject: [PATCH] fix bedrock test --- litellm/tests/test_completion.py | 1 + 1 file changed, 1 insertion(+) 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