fix: keep site parsing interval global

This commit is contained in:
Your Name
2026-08-10 21:32:46 +05:00
parent 5417737c08
commit 7889d4d376
8 changed files with 25 additions and 43 deletions
+1 -1
View File
@@ -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": '{}',
})