12 lines
393 B
Diff
12 lines
393 B
Diff
|
--- a/tests/test_paranoid.py
|
||
|
+++ b/tests/test_paranoid.py
|
||
|
@@ -7,7 +7,7 @@ from flask_paranoid import Paranoid
|
||
|
|
||
|
class ParanoidTests(unittest.TestCase):
|
||
|
def _delete_cookie(self, name):
|
||
|
- return (name + '=; Expires=Thu, 01-Jan-1970 00:00:00 GMT; '
|
||
|
+ return (name + '=; Expires=Thu, 01 Jan 1970 00:00:00 GMT; '
|
||
|
'Max-Age=0; Path=/')
|
||
|
|
||
|
def test_401(self):
|