From d563e53948423d459b64a55096f933a20e7c78dd Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 11 Dec 2023 22:23:11 -0800 Subject: [PATCH] (ci/cd) reset azure api key --- litellm/tests/test_exceptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_exceptions.py b/litellm/tests/test_exceptions.py index 67298f019..892a1f7ca 100644 --- a/litellm/tests/test_exceptions.py +++ b/litellm/tests/test_exceptions.py @@ -189,6 +189,7 @@ def test_completion_azure_exception(): } ], ) + os.environ["AZURE_API_KEY"] = old_azure_key print(f"response: {response}") print(response) except openai.AuthenticationError as e: