mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Bump flask & werkzeug to 2.3 (#490)
* bump werkzeug to 2.3 * remove no_cookie blueprint
This commit is contained in:
@@ -367,7 +367,7 @@ def test_two_factor_sms_should_activate_pending_user(
|
||||
|
||||
@pytest.mark.parametrize('extra_args, expected_encoded_next_arg', (
|
||||
({}, ''),
|
||||
({'next': 'https://example.com'}, '?next=https%3A%2F%2Fexample.com')
|
||||
({'next': 'https://example.com'}, '?next=https://example.com')
|
||||
))
|
||||
def test_valid_two_factor_email_link_shows_interstitial(
|
||||
client_request,
|
||||
|
||||
Reference in New Issue
Block a user