style: ci/cd run again
This commit is contained in:
parent
25e49a59b2
commit
e7855329e8
@ -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…
Reference in New Issue
Block a user