[grooveshark] Update tests, grooveshark does not know anymore Gronibard

This commit is contained in:
Bezleputh 2015-04-27 12:08:27 +02:00 committed by Romain Bignon
commit d8a1cd60db

View file

@ -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)