diff --git a/litellm/tests/test_router.py b/litellm/tests/test_router.py index cd65aaf561..40d95e757a 100644 --- a/litellm/tests/test_router.py +++ b/litellm/tests/test_router.py @@ -228,7 +228,7 @@ def test_call_one_endpoint(): print("\n response", response) asyncio.run(call_azure_completion()) asyncio.run(call_bedrock_claude()) - asyncio.run(call_azure_embedding() + asyncio.run(call_azure_embedding()) os.environ["AZURE_API_BASE"] = old_api_base os.environ["AZURE_API_KEY"] = old_api_key