notify-api-784 remove simulated numbers

This commit is contained in:
Kenneth Kehl
2024-02-01 10:48:59 -08:00
parent c6ef8a1259
commit a028be238b
3 changed files with 7 additions and 5 deletions

View File

@@ -283,7 +283,8 @@ class Config(object):
"simulate-delivered-2@notifications.service.gov.uk",
"simulate-delivered-3@notifications.service.gov.uk",
)
SIMULATED_SMS_NUMBERS = ("+12028675000", "+12028675111", "+12028675222")
# 7755 is success, 7167 is failure
SIMULATED_SMS_NUMBERS = ("+14254147755", "+14254147167")
FREE_SMS_TIER_FRAGMENT_COUNT = 250000