Skip to content

Commit

Permalink
(ci/cd) run again
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed May 21, 2024
1 parent b4c9fbd commit f20184c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litellm/tests/test_image_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f20184c

Please sign in to comment.