From ac09c480c9bea7f8a76d77b627855e82c6b9370a Mon Sep 17 00:00:00 2001 From: Reg Date: Thu, 27 Dec 2018 09:39:18 +0100 Subject: [PATCH] test_art/iTunesStore: removed unnecessary statement and renamed test --- test/test_art.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_art.py b/test/test_art.py index 7848ae80f..3b524feda 100644 --- a/test/test_art.py +++ b/test/test_art.py @@ -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, []))