diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-02-07 16:26:19 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-02-07 16:26:19 +0100 |
commit | 53fadd05f4e015657cf8815d9dedc6486a4b3f02 (patch) | |
tree | 1aaa1291e21a4768a4a85e71692e43a540b3fb52 /test | |
parent | 0d608c1fb3724c9399842ca6f6c97b147cb23936 (diff) | |
download | mitmproxy-53fadd05f4e015657cf8815d9dedc6486a4b3f02.tar.gz mitmproxy-53fadd05f4e015657cf8815d9dedc6486a4b3f02.tar.bz2 mitmproxy-53fadd05f4e015657cf8815d9dedc6486a4b3f02.zip |
fix #451
Diffstat (limited to 'test')
-rw-r--r-- | test/test_flow.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_flow.py b/test/test_flow.py index 1b796e4c..d11d47fa 100644 --- a/test/test_flow.py +++ b/test/test_flow.py @@ -666,9 +666,6 @@ class TestFlowMaster: f.intercepted = True assert "intercepting" in fm.replay_request(f) - f.live = True - assert "live" in fm.replay_request(f) - def test_script_reqerr(self): s = flow.State() fm = flow.FlowMaster(None, s) |