summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard M. Wiedemann <bernhard+hgcommit@lsmod.de>2018-02-21 10:25:37 +0100
committerBernhard M. Wiedemann <bernhard+hgcommit@lsmod.de>2018-02-21 10:25:37 +0100
commit966a39bb00b9637f4a61f82e1830bf883cb3e512 (patch)
tree8fbeda74980baf7acd06c5b1f792a3c218eaa1ff
parentbf91535c2481d5526fae3f6acbb5de6e46f5846c (diff)
downloadpaste-966a39bb00b9637f4a61f82e1830bf883cb3e512.tar.gz
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():