Update test_flowlist.py

This commit is contained in:
lymanZerga11 2017-02-13 10:47:50 +08:00 committed by GitHub
parent 577fb818b9
commit a912d67c06

View File

@ -28,4 +28,3 @@ class TestFlowlist(tservers.MasterTest):
x = flowlist.FlowListBox(m) x = flowlist.FlowListBox(m)
with pytest.raises(UrlError) as e: with pytest.raises(UrlError) as e:
x.new_request("nonexistent url", "GET") x.new_request("nonexistent url", "GET")
assert "Invalid URL" in str(e)