mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Update test_flowlist.py
This commit is contained in:
parent
577fb818b9
commit
a912d67c06
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user