mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Bump utils version which contains ~ as an invalid first character for a
postal address.
This commit is contained in:
@@ -222,7 +222,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