Fix a typo in test_embedart

This commit is contained in:
J0J0 Todos 2023-04-21 21:56:42 +02:00
parent f6b0311221
commit 8af31058e8

View file

@ -247,7 +247,7 @@ 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.txt')
self.run_command('embedart', '-y', '-u', 'http://example.com/test.html')
mediafile = MediaFile(syspath(item.path))
self.assertFalse(mediafile.images)