We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3748cea commit 3942b31Copy full SHA for 3942b31
filenameprocessor/tests/test_logging_decorator.py
@@ -203,7 +203,7 @@ def test_logging_failed_validation(self):
203
mock_send_log_to_firehose.assert_called_once_with(log_data)
204
205
def test_logging_throws_exception(self):
206
- """Tests that the correct logs are sent to CloudWatch and Splunk when firehose throws an exception"""
+ """Tests that exception is caught when failing to send message to Firehose"""
207
permissions_config_content = generate_permissions_config_content({"EMIS": ["COVID19_FULL"]})
208
209
firehose_exception = ClientError(
0 commit comments