aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZohar Lorberbaum <zlorber@gmail.com>2016-03-28 10:17:58 -0700
committerZohar Lorberbaum <zlorber@gmail.com>2016-03-28 10:17:58 -0700
commitcd2ef2fe139a3c9c03814bb2db41bccae36583a5 (patch)
treeaf39f73ca6dfade352afd6c4692cf5fb27aba30c
parent37483e228fb06a8b8d15a32178eb24e59b9e67c5 (diff)
downloadmitmproxy-cd2ef2fe139a3c9c03814bb2db41bccae36583a5.tar.gz
mitmproxy-cd2ef2fe139a3c9c03814bb2db41bccae36583a5.tar.bz2
mitmproxy-cd2ef2fe139a3c9c03814bb2db41bccae36583a5.zip
merge
-rw-r--r--test/mitmproxy/test_flow_export.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mitmproxy/test_flow_export.py b/test/mitmproxy/test_flow_export.py
index c1b14da9..75a8090f 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):