File tree 1 file changed +2
-2
lines changed
tests/functional/batch/required_dependencies
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ def test_batch_processor_not_raise_when_entire_batch_fails_sync(sqs_event_factor
413
413
second_record = SQSRecord (sqs_event_factory ("fail" ))
414
414
event = {"Records" : [first_record .raw_event , second_record .raw_event ]}
415
415
416
- # GIVEN the BatchProcessor constructor with raise_on_entire_batch_fail False
416
+ # GIVEN the BatchProcessor constructor with raise_on_entire_batch_failure False
417
417
processor = BatchProcessor (event_type = EventType .SQS , raise_on_entire_batch_failure = False )
418
418
419
419
# WHEN processing the messages
@@ -434,7 +434,7 @@ def test_batch_processor_not_raise_when_entire_batch_fails_async(sqs_event_facto
434
434
second_record = SQSRecord (sqs_event_factory ("fail" ))
435
435
event = {"Records" : [first_record .raw_event , second_record .raw_event ]}
436
436
437
- # GIVEN the BatchProcessor constructor with raise_on_entire_batch_fail False
437
+ # GIVEN the BatchProcessor constructor with raise_on_entire_batch_failure False
438
438
processor = AsyncBatchProcessor (event_type = EventType .SQS , raise_on_entire_batch_failure = False )
439
439
440
440
# WHEN processing the messages
You can’t perform that action at this time.
0 commit comments