aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_language_http2.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-29 11:43:29 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-29 11:55:12 +0200
commit8eeab37a07a00a0c85067ed58885233e426067f7 (patch)
treeafdff60b21b92adfa177232d04ef5583e005db60 /test/pathod/test_language_http2.py
parent0c2c017727c7be1eff3bad1766f3030be1f281ec (diff)
downloadmitmproxy-8eeab37a07a00a0c85067ed58885233e426067f7.tar.gz
mitmproxy-8eeab37a07a00a0c85067ed58885233e426067f7.tar.bz2
mitmproxy-8eeab37a07a00a0c85067ed58885233e426067f7.zip
more style cleanup
Use this to check: flake8 --count mitmproxy netlib pathod examples test
Diffstat (limited to 'test/pathod/test_language_http2.py')
-rw-r--r--test/pathod/test_language_http2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pathod/test_language_http2.py b/test/pathod/test_language_http2.py
index 4acde3af..de256626 100644
--- a/test/pathod/test_language_http2.py
+++ b/test/pathod/test_language_http2.py
@@ -141,7 +141,6 @@ class TestRequest:
assert isinstance(r.tokens[2], http2.NestedResponse)
assert r.values(default_settings())
-
def test_render_with_body(self):
s = StringIO()
r = parse_request("GET:'/foo':bfoobar")