fix: keep site parsing interval global
This commit is contained in:
@@ -38,7 +38,7 @@ class SourceAdapterTests(unittest.IsolatedAsyncioTestCase):
|
||||
client = SiteParserClient(FakeSession(), "http://worker", "token", "captcha", 30)
|
||||
items, state = await client.fetch({
|
||||
"url": "https://example.test/rss.xml",
|
||||
"settings_json": '{"format":"rss","access":"auto","interval_minutes":30}',
|
||||
"settings_json": '{"format":"rss","access":"auto"}',
|
||||
"runtime_state_json": '{}',
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user