Skip to content

Commit 3942b31

Browse files
committed
Updated test message
1 parent 3748cea commit 3942b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filenameprocessor/tests/test_logging_decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def test_logging_failed_validation(self):
203203
mock_send_log_to_firehose.assert_called_once_with(log_data)
204204

205205
def test_logging_throws_exception(self):
206-
"""Tests that the correct logs are sent to CloudWatch and Splunk when firehose throws an exception"""
206+
"""Tests that exception is caught when failing to send message to Firehose"""
207207
permissions_config_content = generate_permissions_config_content({"EMIS": ["COVID19_FULL"]})
208208

209209
firehose_exception = ClientError(

0 commit comments

Comments
 (0)