mirror of
https://github.com/aserper/masto-rss.git
synced 2025-12-17 13:25:25 +00:00
feat: add support for multiple RSS feeds
This commit is contained in:
@@ -17,7 +17,7 @@ class TestRSSFeedIntegration(unittest.TestCase):
|
||||
"client_secret": "test_client_secret",
|
||||
"access_token": "test_access_token",
|
||||
"instance_url": "https://mastodon.test",
|
||||
"feed_url": "https://example.com/feed.xml",
|
||||
"feed_urls": ["https://example.com/feed.xml"],
|
||||
"toot_visibility": "public",
|
||||
"check_interval": 1,
|
||||
"state_file": tempfile.mktemp(),
|
||||
@@ -187,7 +187,7 @@ class TestMastodonAPIIntegration(unittest.TestCase):
|
||||
"client_secret": "test_client_secret",
|
||||
"access_token": "test_access_token",
|
||||
"instance_url": "https://mastodon.test",
|
||||
"feed_url": "https://example.com/feed.xml",
|
||||
"feed_urls": ["https://example.com/feed.xml"],
|
||||
"toot_visibility": "public",
|
||||
"check_interval": 1,
|
||||
"state_file": tempfile.mktemp(),
|
||||
|
||||
Reference in New Issue
Block a user