Merge branch '565-failing-tests' into 'develop'

See #565: fixed path issues with external storage

Closes #565

See merge request funkwhale/funkwhale!736
This commit is contained in:
Eliot Berriot 2019-04-24 15:29:57 +02:00
commit 430af5560c
8 changed files with 39 additions and 13 deletions

View file

@ -706,7 +706,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"]