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:
Rebecca Law
2021-02-08 16:08:12 +00:00
parent c2191d3a0e
commit 87cf3afdc9
4 changed files with 13 additions and 10 deletions

View File

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