aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/tservers.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mitmproxy/tservers.py')
-rw-r--r--test/mitmproxy/tservers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mitmproxy/tservers.py b/test/mitmproxy/tservers.py
index 857ca45d..6f528ec2 100644
--- a/test/mitmproxy/tservers.py
+++ b/test/mitmproxy/tservers.py
@@ -117,7 +117,6 @@ class ProxyThread(threading.Thread):
def set_addons(self, *addons):
self.tmaster.reset(addons)
- self.tmaster.addons.trigger("tick")
def start(self):
super().start()