Subsonic: Fixed getArtistInfo2 view test
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2695>
This commit is contained in:
parent
2371f2a4cb
commit
82fdc82f93
|
@ -185,7 +185,7 @@ def test_get_artist_info2(
|
||||||
|
|
||||||
expected = {
|
expected = {
|
||||||
"artistInfo2": {
|
"artistInfo2": {
|
||||||
"musicBrainzId": [artist.mbid],
|
"musicBrainzId": artist.mbid,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
response = logged_in_api_client.get(url, {"id": artist.pk})
|
response = logged_in_api_client.get(url, {"id": artist.pk})
|
||||||
|
|
Loading…
Reference in New Issue