From 71d9917655a84cc10be3e4fa6c09bbae59318601 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 2 Aug 2023 15:38:09 -0700 Subject: [PATCH] modifying test_exceptions --- litellm/tests/test_exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_exceptions.py b/litellm/tests/test_exceptions.py index 8f765fd5bc..c266eaebd3 100644 --- a/litellm/tests/test_exceptions.py +++ b/litellm/tests/test_exceptions.py @@ -47,7 +47,7 @@ def logger_fn(model_call_object: dict): print(f"model call details: {model_call_object}") @pytest.mark.parametrize("model", models) -def test_invalid_auth(model): # set the model key to an invalid key, depending on the model +def invalid_auth(model): # set the model key to an invalid key, depending on the model messages = [{ "content": "Hello, how are you?","role": "user"}] try: azure = False