[grooveshark] Update tests, grooveshark does not know anymore Gronibard
This commit is contained in:
parent
9aad45a396
commit
d8a1cd60db
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ class GroovesharkTest(BackendTest):
|
||||||
MODULE = 'grooveshark'
|
MODULE = 'grooveshark'
|
||||||
|
|
||||||
def test_grooveshark_audio_search(self):
|
def test_grooveshark_audio_search(self):
|
||||||
result = list(self.backend.search_audio("Gronibard"))
|
result = list(self.backend.search_audio("Duster"))
|
||||||
self.assertTrue(len(result) > 0)
|
self.assertTrue(len(result) > 0)
|
||||||
v = result[0]
|
v = result[0]
|
||||||
self.backend.fillobj(v, ('url',))
|
self.backend.fillobj(v, ('url',))
|
||||||
|
|
@ -44,7 +44,7 @@ class GroovesharkTest(BackendTest):
|
||||||
assert len(l1)
|
assert len(l1)
|
||||||
|
|
||||||
def test_grooveshark_album_search(self):
|
def test_grooveshark_album_search(self):
|
||||||
result = list(self.backend.search_album("Gronibard"))
|
result = list(self.backend.search_album("Cunt"))
|
||||||
self.assertTrue(len(result) > 0)
|
self.assertTrue(len(result) > 0)
|
||||||
v = result[0]
|
v = result[0]
|
||||||
self.backend.fillobj(v)
|
self.backend.fillobj(v)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue