diff options
Diffstat (limited to 'test/test_all_urls.py')
-rw-r--r-- | test/test_all_urls.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_all_urls.py b/test/test_all_urls.py index bd4fe17bf..88fda76a4 100644 --- a/test/test_all_urls.py +++ b/test/test_all_urls.py @@ -115,8 +115,6 @@ class TestAllURLsMatching(unittest.TestCase): self.assertMatch(':ythistory', ['youtube:history']) self.assertMatch(':thedailyshow', ['ComedyCentralShows']) self.assertMatch(':tds', ['ComedyCentralShows']) - self.assertMatch(':colbertreport', ['ComedyCentralShows']) - self.assertMatch(':cr', ['ComedyCentralShows']) def test_vimeo_matching(self): self.assertMatch('http://vimeo.com/channels/tributes', ['vimeo:channel']) |