diff options
Diffstat (limited to 'tests/unit/utils/test_urlutils.py')
-rw-r--r-- | tests/unit/utils/test_urlutils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/utils/test_urlutils.py b/tests/unit/utils/test_urlutils.py index b6d73319d..49cee6382 100644 --- a/tests/unit/utils/test_urlutils.py +++ b/tests/unit/utils/test_urlutils.py @@ -346,7 +346,9 @@ def test_get_search_url_invalid(url): (True, True, False, '127.0.0.1'), (True, True, False, '::1'), (True, True, True, '2001:41d0:2:6c11::1'), + (True, True, True, '[2001:41d0:2:6c11::1]:8000'), (True, True, True, '94.23.233.17'), + (True, True, True, '94.23.233.17:8000'), # Special URLs (True, True, False, 'file:///tmp/foo'), (True, True, False, 'about:blank'), |