diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_all_urls.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/test_all_urls.py b/test/test_all_urls.py index 56e5f80e1..42813da1a 100644 --- a/test/test_all_urls.py +++ b/test/test_all_urls.py @@ -100,6 +100,7 @@ class TestAllURLsMatching(unittest.TestCase):      def test_keywords(self):          self.assertMatch(':ytsubs', ['youtube:subscriptions'])          self.assertMatch(':ytsubscriptions', ['youtube:subscriptions']) +        self.assertMatch(':ythistory', ['youtube:history'])          self.assertMatch(':thedailyshow', ['ComedyCentral'])          self.assertMatch(':tds', ['ComedyCentral'])          self.assertMatch(':colbertreport', ['ComedyCentral']) | 
