aboutsummaryrefslogtreecommitdiffstats
path: root/test/tutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tutils.py')
-rw-r--r--test/tutils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/tutils.py b/test/tutils.py
index ceef1c15..664cdd52 100644
--- a/test/tutils.py
+++ b/test/tutils.py
@@ -73,12 +73,10 @@ class DaemonTests(object):
verify=False,
params=params
)
- resp.body = resp.content
return resp
def get(self, spec):
resp = requests.get(self.d.p(spec), verify=False)
- resp.body = resp.content
return resp
def pathoc(