aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test_pathoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pathoc.py b/test/test_pathoc.py
index eb5d368d..62696a64 100644
--- a/test/test_pathoc.py
+++ b/test/test_pathoc.py
@@ -14,7 +14,7 @@ import tutils
def test_response():
- r = http.Response("1.1", 200, "Message", {}, None, None)
+ r = http.Response("HTTP/1.1", 200, "Message", {}, None, None)
assert repr(r)