Bump utils version which contains ~ as an invalid first character for a

postal address.
This commit is contained in:
Rebecca Law
2021-05-25 07:57:51 +01:00
parent 70ff00f2c3
commit bd1498f49f
4 changed files with 17 additions and 13 deletions

View File

@@ -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],