diff --git a/litellm/tests/test_exceptions.py b/litellm/tests/test_exceptions.py index 67298f019b..892a1f7ca9 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: