File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,7 @@ def test_sqs_dlq_trigger_event():
65
65
assert attributes .sequence_number is None
66
66
assert attributes .message_group_id is None
67
67
assert attributes .message_deduplication_id is None
68
- assert (
69
- attributes .dead_letter_queue_source_arn
70
- == raw_attributes ["DeadLetterQueueSourceArn" ]
71
- )
68
+ assert attributes .dead_letter_queue_source_arn == raw_attributes ["DeadLetterQueueSourceArn" ]
72
69
73
70
74
71
def test_decode_nested_s3_event ():
Original file line number Diff line number Diff line change @@ -117,7 +117,4 @@ def test_sqs_dlq_trigger_event():
117
117
convert_time = int (round (attributes .SentTimestamp .timestamp () * 1000 ))
118
118
assert convert_time == int (raw_record ["attributes" ]["SentTimestamp" ])
119
119
120
- assert (
121
- attributes .DeadLetterQueueSourceArn
122
- == raw_record ["attributes" ]["DeadLetterQueueSourceArn" ]
123
- )
120
+ assert attributes .DeadLetterQueueSourceArn == raw_record ["attributes" ]["DeadLetterQueueSourceArn" ]
You can’t perform that action at this time.
0 commit comments