mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-26 13:24:58 +08:00
Update test_flowlist.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user