mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Turns out the numbers in the research mode task were delivering.
This updates them to the dedicated "TV" numbers. Should never be real.
This commit is contained in:
@@ -6,9 +6,9 @@ from requests import request, RequestException, HTTPError
|
|||||||
|
|
||||||
from app.models import SMS_TYPE
|
from app.models import SMS_TYPE
|
||||||
|
|
||||||
temp_fail = "07833333333"
|
temp_fail = "07700900003"
|
||||||
perm_fail = "07822222222"
|
perm_fail = "07700900002"
|
||||||
delivered = "07811111111"
|
delivered = "07700900001"
|
||||||
|
|
||||||
delivered_email = "delivered@simulator.notify"
|
delivered_email = "delivered@simulator.notify"
|
||||||
perm_fail_email = "perm-fail@simulator.notify"
|
perm_fail_email = "perm-fail@simulator.notify"
|
||||||
|
|||||||
Reference in New Issue
Block a user