mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
test(test_completion.py): fix test
This commit is contained in:
parent
cb5a13ed49
commit
dc0b2b4501
1 changed files with 2 additions and 2 deletions
|
|
@ -1545,9 +1545,9 @@ def test_completion_bedrock_titan_null_response():
|
|||
],
|
||||
)
|
||||
# Add any assertions here to check the response
|
||||
pytest.fail(f"Expected to fail")
|
||||
print(f"response: {response}")
|
||||
except Exception as e:
|
||||
pass
|
||||
pytest.fail(f"An error occurred - {str(e)}")
|
||||
|
||||
|
||||
def test_completion_bedrock_titan():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue