summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2018-08-01 12:03:38 -0400
committerChris McDonough <chrism@plope.com>2018-08-01 12:03:38 -0400
commitea81209f257e757f3fd838a56606014a5ce61eb3 (patch)
tree09f4094246ac931c0dfd963a01a3e3bb0f044f17
parent87771a54d31562409d0d042d7f7e81dde5c28fc6 (diff)
downloadpyramid-ea81209f257e757f3fd838a56606014a5ce61eb3.tar.gz
pyramid-ea81209f257e757f3fd838a56606014a5ce61eb3.tar.bz2
pyramid-ea81209f257e757f3fd838a56606014a5ce61eb3.zip
lol
-rw-r--r--pyramid/tests/test_authentication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/tests/test_authentication.py b/pyramid/tests/test_authentication.py
index 51ee674f1..7938d5a18 100644
--- a/pyramid/tests/test_authentication.py
+++ b/pyramid/tests/test_authentication.py
@@ -1191,7 +1191,7 @@ class TestAuthTktCookieHelper(unittest.TestCase):
request = self._makeRequest()
result = helper.remember(request, 'userid')
self.assertEqual(len(result), 3)
-`
+
self.assertEqual(result[0][0], 'Set-Cookie')
cookieval = result[0][1]
self.assertTrue('SameSite=Strict' in