Skip to content

Commit

Permalink
RSS: Fix random test failure
Browse files Browse the repository at this point in the history
Closes GH-1479
  • Loading branch information
progval committed Jul 4, 2021
1 parent 64ae28c commit 0af4af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/RSS/test.py
Expand Up @@ -102,6 +102,7 @@ def testCantAddDuplicatedFeed(self):

@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')
Expand Down

0 comments on commit 0af4af1

Please sign in to comment.