diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-09-26 17:40:22 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-09-26 17:40:22 +0200 |
commit | fa722e02901c11f0d52176177d1032e9ab0cae1f (patch) | |
tree | b1620f744a0947ed9bd735563fc59a8a7b17161f /test/tutils.py | |
parent | a163dba582e6aac103262bac50fcd390ebce0c72 (diff) | |
download | mitmproxy-fa722e02901c11f0d52176177d1032e9ab0cae1f.tar.gz mitmproxy-fa722e02901c11f0d52176177d1032e9ab0cae1f.tar.bz2 mitmproxy-fa722e02901c11f0d52176177d1032e9ab0cae1f.zip |
adjust to netlib changes
Diffstat (limited to 'test/tutils.py')
-rw-r--r-- | test/tutils.py | 2 |
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( |