aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-11-03 16:19:18 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-11-03 16:20:38 +1300
commitd31f2698a5c2932eef7593f01ca80b8ddb21e18b (patch)
tree1ffee53d24a6ff051f05c7e85441181261b3071d /test
parent9fc6674151a377c467369f3989800c5ab910edb8 (diff)
downloadmitmproxy-d31f2698a5c2932eef7593f01ca80b8ddb21e18b.tar.gz
mitmproxy-d31f2698a5c2932eef7593f01ca80b8ddb21e18b.tar.bz2
mitmproxy-d31f2698a5c2932eef7593f01ca80b8ddb21e18b.zip
addons.onboarding: remove duplicate code
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/addons/test_intercept.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/addons/test_intercept.py b/test/mitmproxy/addons/test_intercept.py
index 5178cb97..a347f9ab 100644
--- a/test/mitmproxy/addons/test_intercept.py
+++ b/test/mitmproxy/addons/test_intercept.py
@@ -40,4 +40,4 @@ def test_simple():
f = tflow.tflow(resp=True)
f.reply._state = "handled"
r.response(f)
- assert f.intercepted \ No newline at end of file
+ assert f.intercepted