mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Update notifications-utils version.
Postal address validation now includes `< >` in the invalid characters allowed at the start of an address line.
This commit is contained in:
@@ -221,7 +221,7 @@ def test_post_letter_notification_international_sets_rest_of_world(
|
||||
'postcode': 'SW1A 1AA',
|
||||
'name': 'Lizzie'
|
||||
},
|
||||
'Address lines must not start with any of the following characters: @ ( ) = [ ] ” \\ / ,',
|
||||
'Address lines must not start with any of the following characters: @ ( ) = [ ] ” \\ / , < >',
|
||||
),
|
||||
(
|
||||
[LETTER_TYPE, INTERNATIONAL_LETTERS],
|
||||
|
||||
Reference in New Issue
Block a user