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

@@ -254,9 +254,8 @@ def test_send_notification_to_queue_throws_exception_deletes_notification(
@pytest.mark.parametrize(
"to_address, notification_type, expected",
[
("+12028675000", "sms", True),
("+12028675111", "sms", True),
("+12028675222", "sms", True),
("+14254147755", "sms", True),
("+14254147167", "sms", True),
("2028675000", "sms", True),
("2028675111", "sms", True),
("simulate-delivered@notifications.service.gov.uk", "email", True),