summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2018-10-23 13:42:06 +0000
committerChris Dent <chris.dent@gmail.com>2018-10-23 13:42:06 +0000
commitcc783950e43707ae2cae30d9bbe49985ca88b8fb (patch)
treee601cc8f2a79ec70d8c9900a7a1c850e3d15fc59
parent86c6d0c12a1692d834e3c57356a917cb3e3d6111 (diff)
parent966a39bb00b9637f4a61f82e1830bf883cb3e512 (diff)
downloadpaste-cc783950e43707ae2cae30d9bbe49985ca88b8fb.tar.gz
Merged in bmwiedemann/ianb-paste (pull request #40)
make tests pass after 2031
-rw-r--r--tests/test_fileapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_fileapp.py b/tests/test_fileapp.py
index bdd7510..ee7da6a 100644
--- a/tests/test_fileapp.py
+++ b/tests/test_fileapp.py
@@ -95,7 +95,7 @@ def test_modified():
assert 400 == res.status and b"ill-formed timestamp" in res.body
res = harness.get("/",status=400,
headers={'if-modified-since':
- 'Thu, 22 Dec 2030 01:01:01 GMT'})
+ 'Thu, 22 Dec 3030 01:01:01 GMT'})
assert 400 == res.status and b"check your system clock" in res.body
def test_file():