mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-19 22:13:48 -04:00
Pull in version of utils that validates postcodes for CSVs
This will mean that a user can not send a CSV for letters with invalid postcodes and must fix their data. See https://github.com/alphagov/notifications-utils/pull/704
This commit is contained in:
@@ -44,6 +44,16 @@ MockRecipients = namedtuple(
|
||||
'email',
|
||||
['fix 3 email addresses']
|
||||
),
|
||||
(
|
||||
{2}, [], [], [],
|
||||
'letter',
|
||||
['fix 1 address']
|
||||
),
|
||||
(
|
||||
{2, 4}, [], [], [],
|
||||
'letter',
|
||||
['fix 2 addresses']
|
||||
),
|
||||
(
|
||||
{2}, {3}, [], [],
|
||||
'sms',
|
||||
|
||||
Reference in New Issue
Block a user