aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_flow.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_flow.py')
-rw-r--r--test/test_flow.py3
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)