From ea81209f257e757f3fd838a56606014a5ce61eb3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 1 Aug 2018 12:03:38 -0400 Subject: lol --- pyramid/tests/test_authentication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3