From f20184cd49c77ee66da21001a960f50b8875c321 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 20 May 2024 18:50:17 -0700 Subject: [PATCH] (ci/cd) run again --- litellm/tests/test_image_generation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_image_generation.py b/litellm/tests/test_image_generation.py index 35f66ad47945..4fabfd04f512 100644 --- a/litellm/tests/test_image_generation.py +++ b/litellm/tests/test_image_generation.py @@ -163,7 +163,7 @@ async def test_aimage_generation_bedrock_with_optional_params(): except litellm.RateLimitError as e: pass except litellm.ContentPolicyViolationError: - pass # Azure randomly raises these errors - skip when they occur + pass # Azure randomly raises these errors skip when they occur except Exception as e: if "Your task failed as a result of our safety system." in str(e): pass