RSS: Fix random test failure

Closes GH-1479
This commit is contained in:
Valentin Lorentz 2021-07-04 10:46:51 +02:00
parent 64ae28c0b8
commit 0af4af16d3

View File

@ -102,6 +102,7 @@ class RSSTestCase(ChannelPluginTestCase):
@mock_urllib
def testRemoveAliasedFeed(self, mock):
mock._data = xkcd_new
try:
self.assertNotError('rss announce add http://xkcd.com/rss.xml')
self.assertNotError('rss add xkcd http://xkcd.com/rss.xml')