From 7d8ccc4cb56b2bc71f643d5bf80427b9860293a0 Mon Sep 17 00:00:00 2001 From: Ken Tsang Date: Fri, 16 Jun 2017 10:29:36 +0100 Subject: [PATCH] Update requirements to get latest utils --- requirements.txt | 2 +- tests/app/main/views/test_send.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ccaca0007..b7c16d11c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,4 +28,4 @@ notifications-python-client>=3.1,<3.2 awscli>=1.11,<1.12 awscli-cwlogs>=1.4,<1.5 -git+https://github.com/alphagov/notifications-utils.git@17.3.1#egg=notifications-utils==17.3.1 +git+https://github.com/alphagov/notifications-utils.git@17.3.2#egg=notifications-utils==17.3.2 diff --git a/tests/app/main/views/test_send.py b/tests/app/main/views/test_send.py index 4568dcd45..830da76c9 100644 --- a/tests/app/main/views/test_send.py +++ b/tests/app/main/views/test_send.py @@ -1544,7 +1544,7 @@ def test_non_ascii_characters_in_letter_recipients_file_shows_error( mock_recipients.as_dict = { 'file_name': 'invalid_characters.csv', 'data': 'address line 1,address line 2,address line 3,address line 4,address line 5,address line 6,postcode\r\n' - '\u041F\u0435\u0442\u044F,345 Example Street,,,,,ZM4 6HQ' + '\u041F\u0435\u0442\u044F,345 Example Street,,,,,AA1 6BB' } response = logged_in_client.post(