diff --git a/litellm/tests/test_amazing_vertex_completion.py b/litellm/tests/test_amazing_vertex_completion.py index f4304a07a8..96ea323282 100644 --- a/litellm/tests/test_amazing_vertex_completion.py +++ b/litellm/tests/test_amazing_vertex_completion.py @@ -608,6 +608,8 @@ def test_completion_function_plus_pdf(load_pdf): print(response) except litellm.InternalServerError as e: + pass + except Exception as e: pytest.fail("Got={}".format(str(e)))