Skip to content

Commit fed54a5

Browse files
committed
remove sr.
1 parent 09f2dbe commit fed54a5

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
@@ -47,7 +47,7 @@ def test_send_log_failure(self, mock_boto_client):
4747
firehose_logger = FirehoseLogger(boto_client=mock_firehose_client, stream_name=stream_name)
4848
log_message = {"key": "value"}
4949

50-
with patch("src.log_firehose.logger.exception") as mock_logger_exception:
50+
with patch("log_firehose.logger.exception") as mock_logger_exception:
5151
# Act
5252
firehose_logger.send_log(log_message)
5353

0 commit comments

Comments
 (0)