mirror of
https://github.com/beetbox/beets.git
synced 2025-12-20 15:43:58 +01:00
test_art/iTunesStore: log check fix.
This commit is contained in:
parent
1be3c954f3
commit
272bf5940b
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue