diff options
author | lymanZerga11 <lymanZerga11@users.noreply.github.com> | 2017-02-13 10:47:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-13 10:47:50 +0800 |
commit | a912d67c069cd51f4414471d7618b3c4547aabae (patch) | |
tree | 612367c5691c47bed5fc20b9e7e5c472db17ccd9 | |
parent | 577fb818b9491fc13ed11a2dee206c9294a5daff (diff) | |
download | mitmproxy-a912d67c069cd51f4414471d7618b3c4547aabae.tar.gz mitmproxy-a912d67c069cd51f4414471d7618b3c4547aabae.tar.bz2 mitmproxy-a912d67c069cd51f4414471d7618b3c4547aabae.zip |
Update test_flowlist.py
-rw-r--r-- | test/mitmproxy/console/test_flowlist.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mitmproxy/console/test_flowlist.py b/test/mitmproxy/console/test_flowlist.py index 1e1fadca..0d218e75 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) |