From 4e7d9d2bb15ed3ad0ff4b3805f653621f3353fde Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 31 Jul 2024 13:53:03 -0700 Subject: [PATCH] fix test_completion_function_plus_pdf --- litellm/tests/test_amazing_vertex_completion.py | 2 ++ 1 file changed, 2 insertions(+) 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)))