summaryrefslogtreecommitdiff
path: root/tests/test_fileapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_fileapp.py')
-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():