aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/script/test_concurrent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/script/test_concurrent.py b/test/mitmproxy/script/test_concurrent.py
index 92d1153b..080746e8 100644
--- a/test/mitmproxy/script/test_concurrent.py
+++ b/test/mitmproxy/script/test_concurrent.py
@@ -42,5 +42,5 @@ class TestConcurrent(mastertest.MasterTest):
)
)
with m.handlecontext():
- sc.configure(options.Options())
+ sc.start()
assert "decorator not supported" in m.event_log[0][1]