mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 22:58:28 +02:00
Attachments
This commit is contained in:
parent
421b441dbe
commit
c84396e669
50 changed files with 879 additions and 261 deletions
|
@ -724,7 +724,7 @@ def test_get_cover_art_album(factories, logged_in_api_client):
|
|||
assert response.status_code == 200
|
||||
assert response["Content-Type"] == ""
|
||||
assert response["X-Accel-Redirect"] == music_views.get_file_path(
|
||||
album.cover
|
||||
album.attachment_cover.file
|
||||
).decode("utf-8")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue