Skip to content

Commit 8eb76f8

Browse files
committed
indent
1 parent 60caf17 commit 8eb76f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delta_backend/tests/test_log_firehose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_send_log(self, mock_boto_client):
4545
# Assert that the return value is as expected (optional)
4646
self.assertEqual(mock_firehose_client.put_record.return_value, mock_response)
4747

48-
@patch("boto3.client") # Mock boto3.client
48+
@patch("boto3.client") # Mock boto3.client
4949
def test_send_log_failure(self, mock_boto_client):
5050
"""Test that send_log logs an exception when put_record fails."""
5151
# Arrange

0 commit comments

Comments
 (0)