From 968ed2a7779fc7337fdcaa12da2b12e288e7eeb6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 3 Apr 2014 15:31:04 +0200 Subject: [PATCH] [comedycentral] Add test for #2677 --- test/test_all_urls.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_all_urls.py b/test/test_all_urls.py index ed041ffda..bea8c41fb 100644 --- a/test/test_all_urls.py +++ b/test/test_all_urls.py @@ -153,6 +153,9 @@ class TestAllURLsMatching(unittest.TestCase): self.assertMatch( 'http://thecolbertreport.cc.com/videos/gh6urb/neil-degrasse-tyson-pt--1?xrs=eml_col_031114', ['ComedyCentralShows']) + self.assertMatch( + 'http://thedailyshow.cc.com/guests/michael-lewis/3efna8/exclusive---michael-lewis-extended-interview-pt--3', + ['ComedyCentralShows']) if __name__ == '__main__': unittest.main() -- 2.30.2