diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/mitmproxy/addons/test_intercept.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/addons/test_intercept.py b/test/mitmproxy/addons/test_intercept.py index 5178cb97..a347f9ab 100644 --- a/test/mitmproxy/addons/test_intercept.py +++ b/test/mitmproxy/addons/test_intercept.py @@ -40,4 +40,4 @@ def test_simple(): f = tflow.tflow(resp=True) f.reply._state = "handled" r.response(f) - assert f.intercepted
\ No newline at end of file + assert f.intercepted |