mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
test_art/iTunesStore: removed unnecessary statement and renamed test
This commit is contained in:
parent
5d1c97824c
commit
ac09c480c9
1 changed files with 1 additions and 2 deletions
|
|
@ -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, []))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue