Typo in returned api payload
This commit is contained in:
parent
244ebd7ab1
commit
497f81e5ab
2 changed files with 2 additions and 2 deletions
|
|
@ -152,4 +152,4 @@ def test_can_list_tracks_from_playlist(
|
|||
serialized_plt = serializers.PlaylistTrackSerializer(plt).data
|
||||
|
||||
assert response.data['count'] == 1
|
||||
assert response.data['result'][0] == serialized_plt
|
||||
assert response.data['results'][0] == serialized_plt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue