aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_flow.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-03-15 17:53:29 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-03-15 17:53:29 +1300
commit394bd1d6b00719a12e36b3a6c8dac4b2b20e5ecf (patch)
tree2a52393abb5c2e7a86d04b9222f3bcf2ccadeedd /test/test_flow.py
parente3ad3790dec1105824fa793ae9f7c927b6f81021 (diff)
downloadmitmproxy-394bd1d6b00719a12e36b3a6c8dac4b2b20e5ecf.tar.gz
mitmproxy-394bd1d6b00719a12e36b3a6c8dac4b2b20e5ecf.tar.bz2
mitmproxy-394bd1d6b00719a12e36b3a6c8dac4b2b20e5ecf.zip
Interrupt interception when deleting an intercepting flow.
Prompting the user for this is annoying.
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 a3fa48d7..463375aa 100644
--- a/test/test_flow.py
+++ b/test/test_flow.py
@@ -326,9 +326,6 @@ class uState(libpry.AutoTree):
f.intercepting = True
c.clear()
- assert c.flow_count() == 1
- f.intercepting = False
- c.clear()
assert c.flow_count() == 0
def test_dump_flows(self):