Skip to content

Commit 34b9f45

Browse files
formatting
1 parent 235659b commit 34b9f45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_dsm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def test_sqs_multiple_records_process_each_record(self):
142142

143143
def test_set_context_exception_handled(self):
144144
"""Test that exceptions in _get_dsm_context_from_sqs_lambda are properly handled"""
145-
# Make _get_dsm_context_from_sqs_lambda raise an exception
146145
self.mock_get_dsm_context_from_sqs_lambda.side_effect = Exception(
147146
"JSON parsing error"
148147
)

0 commit comments

Comments
 (0)