| changeset 140 | 196df98347d8 |
| parent 95 | 8302aa7110f1 |
--- a/test/test_main.py Sun Nov 26 01:04:03 2017 +0100 +++ b/test/test_main.py Thu Nov 30 23:17:45 2017 +0100 @@ -19,7 +19,7 @@ def test_ascii_with_schema_path_and_query(self): url = 'https://www.google.com/search?q=why+is+domain+whois+such+a+mess' - domain = 'www.google.com' + domain = 'google.com' self.assertEqual(domain, extract_domain(url)) def test_simple_unicode_domain(self):