diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 777100c74..e93b00ef6 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -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():