Fix linter error in test_embedart

This commit is contained in:
J0J0 Todos 2023-04-22 08:23:38 +02:00
parent 997e8a8440
commit 2bcf16b10c

View file

@ -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)