From a912d67c069cd51f4414471d7618b3c4547aabae Mon Sep 17 00:00:00 2001 From: lymanZerga11 Date: Mon, 13 Feb 2017 10:47:50 +0800 Subject: [PATCH] Update test_flowlist.py --- test/mitmproxy/console/test_flowlist.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/mitmproxy/console/test_flowlist.py b/test/mitmproxy/console/test_flowlist.py index 1e1fadcaf..0d218e754 100644 --- a/test/mitmproxy/console/test_flowlist.py +++ b/test/mitmproxy/console/test_flowlist.py @@ -28,4 +28,3 @@ class TestFlowlist(tservers.MasterTest): x = flowlist.FlowListBox(m) with pytest.raises(UrlError) as e: x.new_request("nonexistent url", "GET") - assert "Invalid URL" in str(e)