mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-20 08:23:47 +00:00
fix test_completion_function_plus_pdf
This commit is contained in:
@@ -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)))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user