From b4aa9f0ae4bd53ed4410d1de0de153e478482c4a Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 9 Dec 2023 12:28:51 -0800 Subject: [PATCH] test(test_router.py): fix init issue --- litellm/tests/test_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_router.py b/litellm/tests/test_router.py index cd65aaf5613..40d95e757aa 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