We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235659b commit 34b9f45Copy full SHA for 34b9f45
tests/test_dsm.py
@@ -142,7 +142,6 @@ def test_sqs_multiple_records_process_each_record(self):
142
143
def test_set_context_exception_handled(self):
144
"""Test that exceptions in _get_dsm_context_from_sqs_lambda are properly handled"""
145
- # Make _get_dsm_context_from_sqs_lambda raise an exception
146
self.mock_get_dsm_context_from_sqs_lambda.side_effect = Exception(
147
"JSON parsing error"
148
)
0 commit comments