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
commit6eda19004c46d8390ea7f755b360e3f68a97e40e (patch)
treee601cc8f2a79ec70d8c9900a7a1c850e3d15fc59
parent7da452d391ea563122e13106d06da0f1ef7cf9e8 (diff)
parentaca5f3fb0fbc754d2dd8e676dc640f1432a164bd (diff)
downloadpaste-git-6eda19004c46d8390ea7f755b360e3f68a97e40e.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():