diff --git a/audio/tests/test_rss.py b/audio/tests/test_rss.py index 82286be..04debb3 100644 --- a/audio/tests/test_rss.py +++ b/audio/tests/test_rss.py @@ -64,7 +64,7 @@ class TestRssTestCase(TestCase): ) f_image_description = f_image.find('description').text self.assertEquals( - f_image_description, 'Image for: Caesar-Pompey Civil War' + f_image_description, '

Photo A Penny Farthing by Agnieszka KwiecieĊ„ is licensed Public Domain in the USA.

' ) episodes = [t for t in channel.findall('item')] for i, ep in enumerate(episodes):