diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-22 18:15:58 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-22 18:15:58 +0100 |
commit | 650ab5beebfa555383365602c914729249fad4c6 (patch) | |
tree | 56d50b401eaff1c7e3059c5856844d47fa56d84a /test/test_all_urls.py | |
parent | 7932de6352f1fcb0418e78dc049fe60b92ca6c68 (diff) |
[comedycentral:shows] Remove references to colbert report
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']) |