aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_cmdline.py')
-rw-r--r--test/test_cmdline.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_cmdline.py b/test/test_cmdline.py
index 1443ee1c..bb54d011 100644
--- a/test/test_cmdline.py
+++ b/test/test_cmdline.py
@@ -51,10 +51,6 @@ def test_parse_server_spec():
"Invalid server specification",
cmdline.parse_server_spec,
"http://")
- tutils.raises(
- "Invalid server specification",
- cmdline.parse_server_spec,
- "https2http://foo.com")
def test_parse_setheaders():