fix test_completion_function_plus_pdf

This commit is contained in:
Ishaan Jaff
2024-07-31 13:53:06 -07:00
parent 6974b45c75
commit 4e7d9d2bb1
@@ -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)))