From 0af060897854e0e0fc8207af02d22bec9eacab12 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 16 Sep 2015 18:45:22 +0200 Subject: adjust to netlib changes --- test/tutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tutils.py') diff --git a/test/tutils.py b/test/tutils.py index d64388f3..229b51a8 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -102,7 +102,7 @@ def tflowview(request_contents=None): if request_contents is None: flow = tflow() else: - flow = tflow(req=netlib.tutils.treq(request_contents)) + flow = tflow(req=netlib.tutils.treq(body=request_contents)) fv = FlowView(m, cs, flow) return fv -- cgit v1.2.3