mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-07 13:13:18 +00:00
test(test_completion.py): fix test
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user