mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 05:09:56 +02:00
See #565: fixed path issues with external storage
This commit is contained in:
parent
f9a9899ef9
commit
a2c52abb4f
8 changed files with 39 additions and 13 deletions
|
@ -701,7 +701,7 @@ def test_activity_pub_track_serializer_from_ap(factories, r_mock, mocker):
|
|||
|
||||
assert album.from_activity == activity
|
||||
assert album.cover.read() == b"coucou"
|
||||
assert album.cover.path.endswith(".png")
|
||||
assert album.cover_path.endswith(".png")
|
||||
assert album.title == data["album"]["name"]
|
||||
assert album.fid == data["album"]["id"]
|
||||
assert str(album.mbid) == data["album"]["musicbrainzId"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue