mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-29 03:42:07 -05:00
add provider tasks tests
This commit is contained in:
@@ -57,7 +57,7 @@ def test_should_check_delivery_receipts_failure(sample_notification, mocker):
|
||||
)
|
||||
mocker.patch(
|
||||
"app.celery.provider_tasks.aws_cloudwatch_client.check_sms",
|
||||
return_value=("success", "okay", "AT&T"),
|
||||
return_value=("failure", "not okay", "AT&T"),
|
||||
)
|
||||
mock_sanitize = mocker.patch(
|
||||
"app.celery.provider_tasks.sanitize_successful_notification_by_id"
|
||||
|
||||
Reference in New Issue
Block a user