From 8c375383148f100f03aed52827ac513f145078c2 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 27 Jan 2016 10:12:18 +0100 Subject: code formatting: fix whitespace issues --- test/test_dump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_dump.py') diff --git a/test/test_dump.py b/test/test_dump.py index a903a651..11048347 100644 --- a/test/test_dump.py +++ b/test/test_dump.py @@ -43,7 +43,6 @@ def test_strfuncs(): flow.response.status_code = 300 m.echo_flow(flow) - flow = tutils.tflow(resp=netlib.tutils.tresp(content="{")) flow.response.headers["content-type"] = "application/json" flow.response.status_code = 400 @@ -61,6 +60,7 @@ def test_contentview(get_content_view): class TestDumpMaster: + def _cycle(self, m, content): f = tutils.tflow(req=netlib.tutils.treq(content=content)) l = Log("connect") -- cgit v1.2.3