We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60a46d commit a3207afCopy full SHA for a3207af
tests/test_cookie_domain_only.py
@@ -61,6 +61,7 @@ def test_cookie_attributes_are_preserved():
61
assert 'path=/app' in cookie.lower()
62
assert 'secure' in cookie.lower()
63
assert 'httponly' in cookie.lower()
64
+ assert 'samesite=lax' in cookie.lower()
65
66
67
if __name__ == '__main__':
0 commit comments