fix tests
This commit is contained in:
parent
a54fe01e6b
commit
22bcc77058
3 changed files with 3 additions and 8 deletions
|
|
@ -21,9 +21,9 @@
|
|||
from weboob.tools.test import BackendTest
|
||||
|
||||
class PluzzTest(BackendTest):
|
||||
BACKEND = 'pluzz'
|
||||
BACKEND = 'francetelevisions'
|
||||
|
||||
def test_pluzz(self):
|
||||
def test_francetelevisions(self):
|
||||
l = list(self.backend.iter_search_results('jt'))
|
||||
self.assertTrue(len(l) > 0)
|
||||
v = l[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue