diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 023ee79163..6100a99652 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -869,7 +869,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 + # 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! # 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