[francetelevisions] fix bug search date in bad balise

This commit is contained in:
Bezleputh 2015-01-19 16:00:09 +01:00 committed by Romain Bignon
commit 0096efc556
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ class PluzzTest(BackendTest):
def test_search(self):
# If the test fails, it might be good news!
l = list(self.backend.search_videos('d art'))
l = list(self.backend.search_videos("d'art"))
self.assertTrue(len(l) > 0)
v = l[0]
self.backend.fillobj(v, ('url',))