Merge branch '2.2.x'

This commit is contained in:
David Lord 2023-02-07 07:18:54 -08:00
commit 4ddb3f73ba
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 3 additions and 4 deletions

View file

@ -227,7 +227,6 @@ def test_session_error_pops_context():
def test_session_dynamic_cookie_name():
# This session interface will use a cookie with a different name if the
# requested url ends with the string "dynamic_cookie"
class PathAwareSessionInterface(SecureCookieSessionInterface):