[francetelevisions] fix #1868 site changed
This commit is contained in:
parent
c2bb904138
commit
6af7354612
2 changed files with 3 additions and 3 deletions
|
|
@ -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',))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue