Resolve "Add "play all" button in tag search result page"
This commit is contained in:
parent
3d825cd170
commit
0f4226e06f
11 changed files with 187 additions and 38 deletions
|
|
@ -40,5 +40,6 @@ def test_tag_radio_repr(factories, to_api_date):
|
|||
"user": session.user.pk,
|
||||
"related_object_id": tag.name,
|
||||
"creation_date": to_api_date(session.creation_date),
|
||||
"config": None,
|
||||
}
|
||||
assert serializers.RadioSessionSerializer(session).data == expected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue