mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
RSS: Fix random test failure
Closes GH-1479
This commit is contained in:
parent
64ae28c0b8
commit
0af4af16d3
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user