summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonathan vanasco <jonathan@2xlp.com>2019-12-19 16:20:05 -0500
committerjonathan vanasco <jonathan@2xlp.com>2019-12-19 16:20:05 -0500
commit458477e63aa0d22acd4e59e885ba113c5ccb8264 (patch)
tree35dbb704156bf0aa5e2df6d1e6cb92026b053d93
parent549bd5ad763cc8b3d24f82301fb5b1960c378419 (diff)
downloadwebob-458477e63aa0d22acd4e59e885ba113c5ccb8264.tar.gz
ran `black` on tests/; only ran it on src/ before.
-rw-r--r--tests/test_cookies.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_cookies.py b/tests/test_cookies.py
index 1262001..3506a0a 100644
--- a/tests/test_cookies.py
+++ b/tests/test_cookies.py
@@ -122,6 +122,7 @@ def test_cookie_samesite_none_not_secure():
with pytest.raises(ValueError):
c.serialize()
+
def test_cookie_samesite_future():
# first default
c = cookies.Cookie()