Skip to content

Commit a3207af

Browse files
alexamol-
authored andcommitted
Added a test
1 parent b60a46d commit a3207af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_cookie_domain_only.py

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def test_cookie_attributes_are_preserved():
6161
assert 'path=/app' in cookie.lower()
6262
assert 'secure' in cookie.lower()
6363
assert 'httponly' in cookie.lower()
64+
assert 'samesite=lax' in cookie.lower()
6465

6566

6667
if __name__ == '__main__':

0 commit comments

Comments
 (0)