mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
style: ci/cd run again
This commit is contained in:
parent
25e49a59b2
commit
e7855329e8
1 changed files with 1 additions and 1 deletions
|
|
@ -2218,7 +2218,7 @@ def test_completion_openai_pydantic(model):
|
|||
print(f"response_str: {response_str}")
|
||||
json.loads(response_str) # check valid json is returned
|
||||
|
||||
except Timeout as e:
|
||||
except Timeout:
|
||||
pass
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue