diff --git a/src/allmydata/test/common_tweb.py b/src/allmydata/test/common_tweb.py index 5a0114cab..77c00dd02 100644 --- a/src/allmydata/test/common_tweb.py +++ b/src/allmydata/test/common_tweb.py @@ -39,6 +39,8 @@ def render(resource, query_args): request = TahoeLAFSRequest(channel) request.method = b"GET" request.args = query_args + request.prepath = [b""] + request.postpath = [] try: result = resource.render(request) except UnsupportedMethod: