0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 06:58:58 -05:00

📎 Remove worker explicitly from test initialization

This commit is contained in:
Andrey Antukh 2023-03-19 09:51:56 +01:00
parent e30d1a40bc
commit 730c26f1e2

View file

@ -143,7 +143,9 @@
:app.loggers.mattermost/reporter
:app.loggers.database/reporter
:app.worker/cron
:app.worker/worker))
:app.worker/dispatcher
[:app.main/default :app.worker/worker]
[:app.main/webhook :app.worker/worker]))
_ (ig/load-namespaces system)
system (-> (ig/prep system)
(ig/init))]