mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 21:11:14 -05:00
LastFM: replace non-existent username in tests
This commit is contained in:
parent
810f87de09
commit
445cf4c395
@ -48,10 +48,10 @@ class LastFMTestCase(PluginTestCase):
|
|||||||
conf.supybot.plugins.LastFM.apiKey.setValue(apiKey)
|
conf.supybot.plugins.LastFM.apiKey.setValue(apiKey)
|
||||||
|
|
||||||
def testNowPlaying(self):
|
def testNowPlaying(self):
|
||||||
self.assertNotError("np krf")
|
self.assertNotError("np RJ")
|
||||||
|
|
||||||
def testLastfmDB(self):
|
def testLastfmDB(self):
|
||||||
self.assertNotError("lastfm set jlu5") # test db
|
self.assertNotError("lastfm set test") # test db
|
||||||
self.assertNotError("np")
|
self.assertNotError("np")
|
||||||
|
|
||||||
def testProfile(self):
|
def testProfile(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user