aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-10-22 19:22:50 -0700
committerGitHub <noreply@github.com>2016-10-22 19:22:50 -0700
commitea2d6474bf1e9c4c1fd2e4a6ac33e0785fc751de (patch)
treef1d9e4da3210d7e2c20ed5274bf3ba9ceca53e75 /test
parentc09cedd0f850a863665c67ecc0a6166488a0f8cb (diff)
parent6170493615d0fda65af1479543e13d4a2a531dae (diff)
downloadmitmproxy-ea2d6474bf1e9c4c1fd2e4a6ac33e0785fc751de.tar.gz
mitmproxy-ea2d6474bf1e9c4c1fd2e4a6ac33e0785fc751de.tar.bz2
mitmproxy-ea2d6474bf1e9c4c1fd2e4a6ac33e0785fc751de.zip
Merge pull request #1649 from cortesi/kill
Don't call error for flow kill
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/test_flow.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mitmproxy/test_flow.py b/test/mitmproxy/test_flow.py
index d16bb6dd..ed15a766 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):