aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_rparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_rparse.py b/test/test_rparse.py
index 929d7342..5856d86d 100644
--- a/test/test_rparse.py
+++ b/test/test_rparse.py
@@ -155,7 +155,7 @@ class TestMisc:
def test_internal_response(self):
d = cStringIO.StringIO()
- s = rparse.InternalResponse(400, "foo")
+ s = rparse.PathodErrorResponse("foo")
s.serve(d)