aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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 516ee4eb..035f07b7 100644
--- a/test/mitmproxy/test_flow_export.py
+++ b/test/mitmproxy/test_flow_export.py
@@ -108,7 +108,6 @@ class TestExportLocustCode():
def test_post(self):
p = req_post()
- print p
p.content = '''content'''
p.headers = ''
flow = tutils.tflow(req=p)