fix kickass website compatibility (closes #457)
This commit is contained in:
parent
285774ba0f
commit
e8de9f5579
2 changed files with 8 additions and 1 deletions
|
|
@ -23,4 +23,5 @@ class KickassTest(BackendTest):
|
|||
def test_torrent(self):
|
||||
l = list(self.backend.iter_torrents('debian'))
|
||||
if len(l) > 0:
|
||||
assert l[0].url.endswith('.torrent')
|
||||
self.backend.get_torrent_file(l[0].id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue