Skip to content

Commit

Permalink
Added a test
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and amol- committed May 24, 2018
1 parent b60a46d commit a3207af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cookie_domain_only.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def test_cookie_attributes_are_preserved():
assert 'path=/app' in cookie.lower()
assert 'secure' in cookie.lower()
assert 'httponly' in cookie.lower()
assert 'samesite=lax' in cookie.lower()


if __name__ == '__main__':
Expand Down

0 comments on commit a3207af

Please sign in to comment.