aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2017-06-13 11:48:08 +1200
committerAldo Cortesi <aldo@corte.si>2017-06-13 11:48:08 +1200
commitba49b556843a7564b5a2a9bd49b206e42d8327c9 (patch)
tree39c739c7e19a0ff1afb3066049a525005ac28b88 /test
parent88832f92a35cacc0d80bffa477d9ffb0e2bee97e (diff)
downloadmitmproxy-ba49b556843a7564b5a2a9bd49b206e42d8327c9.tar.gz
mitmproxy-ba49b556843a7564b5a2a9bd49b206e42d8327c9.tar.bz2
mitmproxy-ba49b556843a7564b5a2a9bd49b206e42d8327c9.zip
console: key binding viewer
Read-only for now.
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/addons/test_view.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/addons/test_view.py b/test/mitmproxy/addons/test_view.py
index 03b2c8dd..40136f1f 100644
--- a/test/mitmproxy/addons/test_view.py
+++ b/test/mitmproxy/addons/test_view.py
@@ -265,7 +265,7 @@ def test_duplicate():
def test_remove():
v = view.View()
with taddons.context():
- f = [tflow.tflow(), tflow.tflow() ]
+ f = [tflow.tflow(), tflow.tflow()]
v.add(f)
assert len(v) == 2
v.remove(f)