mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
notify-api-521 fix sms temporary failure message
This commit is contained in:
@@ -105,7 +105,7 @@ def test_should_go_into_technical_error_if_exceeds_retries_on_deliver_sms_task(
|
||||
queue="retry-tasks", countdown=0
|
||||
)
|
||||
|
||||
assert sample_notification.status == "technical-failure"
|
||||
assert sample_notification.status == "temporary-failure"
|
||||
assert mock_logger_exception.called
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user