aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/test_addons.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mitmproxy/test_addons.py')
-rw-r--r--test/mitmproxy/test_addons.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mitmproxy/test_addons.py b/test/mitmproxy/test_addons.py
index eb35d15b..b3e33b4e 100644
--- a/test/mitmproxy/test_addons.py
+++ b/test/mitmproxy/test_addons.py
@@ -18,3 +18,5 @@ def test_simple():
a.add(TAddon("one"))
assert a.get("one")
assert not a.get("two")
+ a.clear()
+ assert not a.chain