mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
more tests
This commit is contained in:
@@ -619,7 +619,6 @@ def test_process_delivery_receipts_success(mocker):
|
|||||||
|
|
||||||
processor.process_delivery_receipts()
|
processor.process_delivery_receipts()
|
||||||
|
|
||||||
cloudwatch_mock.init_app.assert_called_once_with(current_app_mock)
|
|
||||||
cloudwatch_mock.check_delivery_receipts.assert_called_once()
|
cloudwatch_mock.check_delivery_receipts.assert_called_once()
|
||||||
|
|
||||||
assert dao_update_mock.call_count == 3
|
assert dao_update_mock.call_count == 3
|
||||||
|
|||||||
Reference in New Issue
Block a user