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:
parent
e30d1a40bc
commit
730c26f1e2
1 changed files with 3 additions and 1 deletions
|
@ -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))]
|
||||
|
|
Loading…
Add table
Reference in a new issue