WIP: API: add icon_url #122

Closed
Anna Sirota wants to merge 5 commits from api-icon-and-featured-image-url into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 8ba6bd670a - Show all commits

View File

@ -74,7 +74,8 @@ class PublicViewsTest(_BaseTestCase):
v['icon_url'], 'https://extensions.local:8111/media/images/de/deadbeef.png'
)
self.assertEqual(
v['featured_image_url'], 'https://extensions.local:8111/media/images/fo/foobar.jpeg'
v['featured_image_url'],
'https://extensions.local:8111/media/images/fo/foobar_1920x1080_random7.webp',
)
return response