Bump flask & werkzeug to 2.3 (#490)

* bump werkzeug to 2.3
* remove no_cookie blueprint
This commit is contained in:
Steven Reilly
2023-05-02 09:45:48 -04:00
committed by GitHub
parent 3b94814c5a
commit 3f44877c8b
5 changed files with 85 additions and 109 deletions

View File

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