From 8af31058e85f1c7d9d7515445ae969387dfaf822 Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Fri, 21 Apr 2023 21:56:42 +0200 Subject: [PATCH] Fix a typo in test_embedart --- test/test_embedart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_embedart.py b/test/test_embedart.py index 1797c790a..23901cf34 100644 --- a/test/test_embedart.py +++ b/test/test_embedart.py @@ -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)