From 272bf5940b71c47eb2fba16a2e24a591a4d99f9f Mon Sep 17 00:00:00 2001 From: Reg Date: Mon, 21 Jan 2019 22:49:19 +0100 Subject: [PATCH] test_art/iTunesStore: log check fix. --- test/test_art.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_art.py b/test/test_art.py index 897cf5812..857f5d3c6 100644 --- a/test/test_art.py +++ b/test/test_art.py @@ -372,7 +372,7 @@ class ITunesStoreTest(UseThePlugin): def test_itunesstore_returns_no_result_with_malformed_response(self): json = """bla blup""" self.mock_response(fetchart.ITunesStore.API_URL, json) - expected = u"Could not decode json response: Expecting value" + expected = u"Could not decode json response:" with capture_log('beets.test_art') as logs: with self.assertRaises(StopIteration):