mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
Bump utils to 30.5.4
This commit is contained in:
@@ -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