From 8af5cbab86ba39075ac58fb48ca02f33b1ab8b3b Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 9 Oct 2018 14:57:28 +0100 Subject: [PATCH] Bump utils to 30.5.4 --- requirements-app.txt | 2 +- requirements.txt | 2 +- tests/app/user/test_rest_verify.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-app.txt b/requirements-app.txt index 5aeebe34f..f55b54765 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -27,6 +27,6 @@ awscli==1.15.82 awscli-cwlogs>=1.4,<1.5 botocore<1.11.0 -git+https://github.com/alphagov/notifications-utils.git@30.5.3#egg=notifications-utils==30.5.3 +git+https://github.com/alphagov/notifications-utils.git@30.5.4#egg=notifications-utils==30.5.4 git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3 diff --git a/requirements.txt b/requirements.txt index 4a8422f37..e848c5cf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ awscli==1.15.82 awscli-cwlogs>=1.4,<1.5 botocore<1.11.0 -git+https://github.com/alphagov/notifications-utils.git@30.5.3#egg=notifications-utils==30.5.3 +git+https://github.com/alphagov/notifications-utils.git@30.5.4#egg=notifications-utils==30.5.4 git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3 diff --git a/tests/app/user/test_rest_verify.py b/tests/app/user/test_rest_verify.py index b97f4ef81..9d8ccee94 100644 --- a/tests/app/user/test_rest_verify.py +++ b/tests/app/user/test_rest_verify.py @@ -346,15 +346,15 @@ def test_reset_failed_login_count_returns_404_when_user_does_not_exist(client): @pytest.mark.parametrize('data, expected_auth_url', ( ( {}, - 'http://localhost:6012/email-auth/.', + 'http://localhost:6012/email-auth/%2E', ), ( {'to': None}, - 'http://localhost:6012/email-auth/.', + 'http://localhost:6012/email-auth/%2E', ), ( {'to': None, 'email_auth_link_host': 'https://example.com'}, - 'https://example.com/email-auth/.', + 'https://example.com/email-auth/%2E', ), )) def test_send_user_email_code(