mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
test: fix test
This commit is contained in:
parent
9351b45d0c
commit
a3a3e6fe13
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ async def test_async_azure_max_retries_0(
|
||||||
@pytest.mark.parametrize("max_retries", [0, 4])
|
@pytest.mark.parametrize("max_retries", [0, 4])
|
||||||
@pytest.mark.parametrize("stream", [True, False])
|
@pytest.mark.parametrize("stream", [True, False])
|
||||||
@pytest.mark.parametrize("sync_mode", [True, False])
|
@pytest.mark.parametrize("sync_mode", [True, False])
|
||||||
@patch("litellm.llms.azure.completion.handler.select_azure_base_url_or_endpoint")
|
@patch("litellm.llms.azure.common_utils.select_azure_base_url_or_endpoint")
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_azure_instruct(
|
async def test_azure_instruct(
|
||||||
mock_select_azure_base_url_or_endpoint, max_retries, stream, sync_mode
|
mock_select_azure_base_url_or_endpoint, max_retries, stream, sync_mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue