Keep fixing primary artists issues

This commit is contained in:
2023-03-15 12:51:33 -04:00
parent dd34e34970
commit 131fc379c3
4 changed files with 39 additions and 42 deletions

View File

@ -72,7 +72,6 @@ def test_scrobble_mopidy_same_track_different_album(
content_type="application/json",
)
print(response.data)
assert response.status_code == 200
assert response.data == {"scrobble_id": 2}
scrobble = Scrobble.objects.last()