Subsonic: Fixed getArtistInfo2 view test

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2695>
environments/review-docs-renov-r6aeyi/deployments/19166
Philipp Wolfer 2024-01-11 12:41:44 +01:00 zatwierdzone przez Marge
rodzic 2371f2a4cb
commit 82fdc82f93
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -185,7 +185,7 @@ def test_get_artist_info2(
expected = {
"artistInfo2": {
"musicBrainzId": [artist.mbid],
"musicBrainzId": artist.mbid,
}
}
response = logged_in_api_client.get(url, {"id": artist.pk})