aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/addons/test_streambodies.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mitmproxy/addons/test_streambodies.py')
-rw-r--r--test/mitmproxy/addons/test_streambodies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/addons/test_streambodies.py b/test/mitmproxy/addons/test_streambodies.py
index 426ec9ae..b980ea0b 100644
--- a/test/mitmproxy/addons/test_streambodies.py
+++ b/test/mitmproxy/addons/test_streambodies.py
@@ -7,7 +7,7 @@ import pytest
def test_simple():
sa = streambodies.StreamBodies()
- with taddons.context() as tctx:
+ with taddons.context(sa) as tctx:
with pytest.raises(exceptions.OptionsError):
tctx.configure(sa, stream_large_bodies = "invalid")
tctx.configure(sa, stream_large_bodies = "10")