From 502f8b478cede981680bfef790f0d89c2b2acb0a Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 23 Jan 2024 06:57:18 -0800 Subject: [PATCH] test(test_exceptions.py): fix test name --- 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 4fed206ca62..70e45341ac0 100644 --- a/litellm/tests/test_exceptions.py +++ b/litellm/tests/test_exceptions.py @@ -378,7 +378,7 @@ def test_content_policy_exceptionimage_generation_openai(): # test_content_policy_exceptionimage_generation_openai() -def tesy_async_acompletion(): +def test_content_policy_violation_error_streaming(): """ Production Test. """