Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanParish committed Dec 19, 2024
1 parent 4aac85d commit caa1f8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/app/celery/test_process_pinpoint_receipt_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
NOTIFICATION_PERMANENT_FAILURE,
PINPOINT_PROVIDER,
STATUS_REASON_BLOCKED,
STATUS_REASON_INVALID_NUMBER,
STATUS_REASON_RETRYABLE,
STATUS_REASON_UNDELIVERABLE,
)
Expand All @@ -27,7 +28,7 @@
[
('_SMS.BUFFERED', 'SUCCESSFUL', NOTIFICATION_DELIVERED, None),
('_SMS.SUCCESS', 'DELIVERED', NOTIFICATION_DELIVERED, None),
('_SMS.FAILURE', 'INVALID', NOTIFICATION_PERMANENT_FAILURE, STATUS_REASON_UNDELIVERABLE),
('_SMS.FAILURE', 'INVALID', NOTIFICATION_PERMANENT_FAILURE, STATUS_REASON_INVALID_NUMBER),
('_SMS.FAILURE', 'UNREACHABLE', NOTIFICATION_TEMPORARY_FAILURE, STATUS_REASON_RETRYABLE),
('_SMS.FAILURE', 'UNKNOWN', NOTIFICATION_TEMPORARY_FAILURE, STATUS_REASON_RETRYABLE),
('_SMS.FAILURE', 'BLOCKED', NOTIFICATION_PERMANENT_FAILURE, STATUS_REASON_BLOCKED),
Expand Down

0 comments on commit caa1f8b

Please sign in to comment.