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.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/test_flow.py b/test/test_flow.py
index 7ab8c753..78892b5d 100644
--- a/test/test_flow.py
+++ b/test/test_flow.py
@@ -308,13 +308,6 @@ class uState(libpry.AutoTree):
f = state.add_request(req)
f.error = proxy.Error(f.request, "msg")
- def test_kill_flow(self):
- c = flow.State()
- req = tutils.treq()
- f = c.add_request(req)
- c.kill_flow(f)
- assert not c.flow_count()
-
def test_clear(self):
c = flow.State()
f = self._add_request(c)