diff --git a/tests/local_testing/test_completion.py b/tests/local_testing/test_completion.py index 7814d13c6..eb89fcf86 100644 --- a/tests/local_testing/test_completion.py +++ b/tests/local_testing/test_completion.py @@ -679,6 +679,8 @@ async def test_anthropic_no_content_error(): frequency_penalty=0.8, ) + pass + except litellm.InternalServerError: pass except litellm.APIError as e: assert e.status_code == 500