forked from phoenix/litellm-mirror
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
Add a link
Reference in a new issue