[francetelevisions] fix #1868 site changed

This commit is contained in:
Bezleputh 2015-04-21 09:53:06 +02:00
commit 6af7354612
2 changed files with 3 additions and 3 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("onpc"))
self.assertTrue(len(l) > 0)
v = l[0]
self.backend.fillobj(v, ('url',))