more tests

This commit is contained in:
Kenneth Kehl
2025-01-13 13:03:50 -08:00
parent 1ea89ab616
commit f4b8c040a3
2 changed files with 6 additions and 3 deletions

View File

@@ -618,9 +618,6 @@ def test_process_delivery_receipts_success(mocker):
processor.retry = MagicMock()
processor.process_delivery_receipts()
cloudwatch_mock.check_delivery_receipts.assert_called_once()
assert dao_update_mock.call_count == 3
dao_update_mock.assert_any_call(list(range(1000)), True)
dao_update_mock.assert_any_call(list(range(1000, 2000)), True)