See #170: display info that RSS feed is mirrored

This commit is contained in:
Eliot Berriot 2020-03-13 12:58:39 +01:00
commit ae31b1e720
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
3 changed files with 19 additions and 0 deletions

View file

@ -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