From 6170493615d0fda65af1479543e13d4a2a531dae Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 22 Oct 2016 15:54:45 +1300 Subject: Don't call error for flow kill This is now the error handler on master, so whatever the intetion was it's now definitely wrong. --- test/mitmproxy/test_flow.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/mitmproxy/test_flow.py b/test/mitmproxy/test_flow.py index 5b9f3835..6ba23579 100644 --- a/test/mitmproxy/test_flow.py +++ b/test/mitmproxy/test_flow.py @@ -104,7 +104,6 @@ class TestHTTPFlow: assert f.killable f.kill(fm) assert not f.killable - assert fm.error.called assert f.reply.value == Kill def test_killall(self): -- cgit v1.2.3