We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60caf17 commit 8eb76f8Copy full SHA for 8eb76f8
delta_backend/tests/test_log_firehose.py
@@ -45,7 +45,7 @@ def test_send_log(self, mock_boto_client):
45
# Assert that the return value is as expected (optional)
46
self.assertEqual(mock_firehose_client.put_record.return_value, mock_response)
47
48
- @patch("boto3.client") # Mock boto3.client
+ @patch("boto3.client") # Mock boto3.client
49
def test_send_log_failure(self, mock_boto_client):
50
"""Test that send_log logs an exception when put_record fails."""
51
# Arrange
0 commit comments