summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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