test_art/iTunesStore: removed unnecessary statement and renamed test

This commit is contained in:
Reg 2018-12-27 09:39:18 +01:00
parent 5d1c97824c
commit ac09c480c9

View file

@ -310,8 +310,7 @@ class ITunesStoreTest(UseThePlugin):
with self.assertRaises(StopIteration):
next(self.source.get(self.album, self.settings, []))
def test_itunesstore_bad_url(self):
self.mock_response(u'https://www.apple.com', "")
def test_itunesstore_requestexception(self):
with self.assertRaises(StopIteration):
next(self.source.get(self.album, self.settings, []))