[arte] fix : arte-live site changes
This commit is contained in:
parent
7f15df33b0
commit
d61d3ba6a4
6 changed files with 88 additions and 136 deletions
|
|
@ -35,7 +35,7 @@ class ArteTest(BackendTest):
|
|||
def test_live(self):
|
||||
l1 = list(self.backend.iter_resources([BaseVideo], [u'arte-live']))
|
||||
assert len(l1)
|
||||
l2 = list(self.backend.iter_resources([BaseVideo], [u'arte-live', u'%s' % l1[0]]))
|
||||
l2 = list(self.backend.iter_resources([BaseVideo], l1[0].split_path))
|
||||
assert len(l2)
|
||||
v = l2[0]
|
||||
self.backend.fillobj(v, ('url',))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue