From d8a1cd60dbf2d1f8911da5b53805ff86afcf0629 Mon Sep 17 00:00:00 2001 From: Bezleputh Date: Mon, 27 Apr 2015 12:08:27 +0200 Subject: [PATCH] [grooveshark] Update tests, grooveshark does not know anymore Gronibard --- modules/grooveshark/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/grooveshark/test.py b/modules/grooveshark/test.py index c92b89b9..5a2cc0e2 100644 --- a/modules/grooveshark/test.py +++ b/modules/grooveshark/test.py @@ -25,7 +25,7 @@ class GroovesharkTest(BackendTest): MODULE = 'grooveshark' 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) v = result[0] self.backend.fillobj(v, ('url',)) @@ -44,7 +44,7 @@ class GroovesharkTest(BackendTest): assert len(l1) 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) v = result[0] self.backend.fillobj(v)