Re-enable test for re-added Last.fm API

This commit is contained in:
Hugo 2017-09-25 14:29:44 +03:00
parent a565b7f159
commit e19061a437

View file

@ -911,8 +911,7 @@ class TestPyLast(unittest.TestCase):
lastfm_user = self.network.get_authenticated_user()
# Act/Assert
# Skip the first one because Last.fm API is broken
# self.helper_validate_cacheable(lastfm_user, "get_friends")
self.helper_validate_cacheable(lastfm_user, "get_friends")
self.helper_validate_cacheable(lastfm_user, "get_loved_tracks")
self.helper_validate_cacheable(lastfm_user, "get_neighbours")
self.helper_validate_cacheable(lastfm_user, "get_past_events")