See #170: display info that RSS feed is mirrored
This commit is contained in:
parent
ec99d52919
commit
ae31b1e720
3 changed files with 19 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ def test_channel_serializer_representation(factories, to_api_date):
|
|||
).data,
|
||||
"metadata": {},
|
||||
"rss_url": channel.get_rss_url(),
|
||||
"url": channel.actor.url,
|
||||
}
|
||||
expected["artist"]["description"] = common_serializers.ContentSerializer(
|
||||
content
|
||||
|
|
@ -249,6 +250,7 @@ def test_channel_serializer_external_representation(factories, to_api_date):
|
|||
).data,
|
||||
"metadata": {},
|
||||
"rss_url": channel.get_rss_url(),
|
||||
"url": channel.actor.url,
|
||||
}
|
||||
expected["artist"]["description"] = common_serializers.ContentSerializer(
|
||||
content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue