diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-07-26 11:08:09 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-07-26 11:08:09 +0800 |
commit | 14a28e705b3e27606c2fdbc242ae5a33c2e9f28e (patch) | |
tree | afbd29bd92d8cbd2798755c7c213009531fd8faa | |
parent | cc99d4f826a942b18133fe4221c9de2f9197e860 (diff) |
[test/test_all_urls] Remove *.cc.com tests
-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 1f6079c29..cd1cd4b24 100644 --- a/test/test_all_urls.py +++ b/test/test_all_urls.py @@ -101,8 +101,6 @@ class TestAllURLsMatching(unittest.TestCase): self.assertMatch(':ytsubs', ['youtube:subscriptions']) self.assertMatch(':ytsubscriptions', ['youtube:subscriptions']) self.assertMatch(':ythistory', ['youtube:history']) - self.assertMatch(':thedailyshow', ['ComedyCentralShows']) - self.assertMatch(':tds', ['ComedyCentralShows']) def test_vimeo_matching(self): self.assertMatch('https://vimeo.com/channels/tributes', ['vimeo:channel']) |