fix bedrock test

This commit is contained in:
Ishaan Jaff 2024-08-14 15:27:20 -07:00
parent 45e367d4d4
commit fccc6dc928

View file

@ -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