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):