diff options
| author | Chris McDonough <chrism@plope.com> | 2018-08-01 12:03:38 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2018-08-01 12:03:38 -0400 |
| commit | ea81209f257e757f3fd838a56606014a5ce61eb3 (patch) | |
| tree | 09f4094246ac931c0dfd963a01a3e3bb0f044f17 | |
| parent | 87771a54d31562409d0d042d7f7e81dde5c28fc6 (diff) | |
| download | pyramid-ea81209f257e757f3fd838a56606014a5ce61eb3.tar.gz pyramid-ea81209f257e757f3fd838a56606014a5ce61eb3.tar.bz2 pyramid-ea81209f257e757f3fd838a56606014a5ce61eb3.zip | |
lol
| -rw-r--r-- | pyramid/tests/test_authentication.py | 2 |
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 |
