From cd2ef2fe139a3c9c03814bb2db41bccae36583a5 Mon Sep 17 00:00:00 2001 From: Zohar Lorberbaum Date: Mon, 28 Mar 2016 10:17:58 -0700 Subject: [PATCH] merge --- test/mitmproxy/test_flow_export.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/mitmproxy/test_flow_export.py b/test/mitmproxy/test_flow_export.py index c1b14da9e..75a8090f3 100644 --- a/test/mitmproxy/test_flow_export.py +++ b/test/mitmproxy/test_flow_export.py @@ -179,7 +179,6 @@ class TestRawRequest(): """).strip() assert flow_export.raw_request(flow) == result - class TestExportLocustCode(): def test_get(self):