Merge pull request #2143 from alphagov/encode-invites

Bump utils to 30.5.4
This commit is contained in:
Chris Hill-Scott
2018-10-09 15:20:21 +01:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@@ -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(