style: ci/cd run again

This commit is contained in:
Krrish Dholakia 2024-09-04 08:32:35 -07:00
parent 25e49a59b2
commit e7855329e8

View file

@ -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}")