mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
Fix linter error in test_embedart
This commit is contained in:
parent
997e8a8440
commit
2bcf16b10c
1 changed files with 2 additions and 1 deletions
|
|
@ -247,7 +247,8 @@ class EmbedartCliTest(TestHelper, FetchImageHelper):
|
|||
album = self.add_album_fixture()
|
||||
item = album.items()[0]
|
||||
self.mock_response('http://example.com/test.html', 'text/html')
|
||||
self.run_command('embedart', '-y', '-u', 'http://example.com/test.html')
|
||||
self.run_command('embedart', '-y', '-u',
|
||||
'http://example.com/test.html')
|
||||
mediafile = MediaFile(syspath(item.path))
|
||||
self.assertFalse(mediafile.images)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue