mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 09:21:39 -05:00
Merge pull request #2143 from alphagov/encode-invites
Bump utils to 30.5.4
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user