feat: expand registry ingestion and demo exchange
This commit is contained in:
@@ -51,7 +51,7 @@ class CeleryModuleTest(SimpleTestCase):
|
||||
)
|
||||
self.assertIn("parse-manufactures-daily", module.app.conf.beat_schedule)
|
||||
self.assertIn("parse-industrial-products-daily", module.app.conf.beat_schedule)
|
||||
self.assertIn("parse-inspections-weekly", module.app.conf.beat_schedule)
|
||||
self.assertNotIn("parse-inspections-weekly", module.app.conf.beat_schedule)
|
||||
self.assertIn("sync-ru-proxies-hourly", module.app.conf.beat_schedule)
|
||||
|
||||
def test_startup_refresh_queues_when_lock_acquired(self):
|
||||
|
||||
Reference in New Issue
Block a user