From 4b3e9c6b38ac11743aed89e7d502841d0d007e2c Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 13 Jan 2024 11:50:43 -0800 Subject: [PATCH] (ci/cd) run testing again --- litellm/tests/test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 472bc3898..08cd25676 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -833,7 +833,7 @@ def test_completion_anyscale_with_functions(): def test_completion_azure_key_completion_arg(): # this tests if we can pass api_key to completion, when it's not in the env - # DO NOT REMOVE THIS TEST. No MATTER WHAT Happens. + # DO NOT REMOVE THIS TEST. No MATTER WHAT Happens! # If you want to remove it, speak to Ishaan! # Ishaan will be very disappointed if this test is removed -> this is a standard way to pass api_key + the router + proxy use this old_key = os.environ["AZURE_API_KEY"]