diff options
author | Egor <egor@kislitsyn.com> | 2019-03-29 12:46:05 +0000 |
---|---|---|
committer | lambda <lain@soykaf.club> | 2019-03-29 12:46:05 +0000 |
commit | 9a39d1d84613bb11542a0628e8b762970bd18bd0 (patch) | |
tree | 8f71e5e0ea01e964b5232e4de24389a8353f3d2a /config/test.exs | |
parent | 749d53e2b2ffb108964c569f04e5989c63643338 (diff) | |
download | pleroma-9a39d1d84613bb11542a0628e8b762970bd18bd0.tar.gz pleroma-9a39d1d84613bb11542a0628e8b762970bd18bd0.zip |
Replace Pleroma.Jobs with `pleroma_job_queue`
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs index 3691e5bd1..6a7b9067e 100644 --- a/config/test.exs +++ b/config/test.exs @@ -48,7 +48,7 @@ config :web_push_encryption, :vapid_details, config :web_push_encryption, :http_client, Pleroma.Web.WebPushHttpClientMock -config :pleroma, Pleroma.Jobs, testing: [max_jobs: 2] +config :pleroma_job_queue, disabled: true try do import_config "test.secret.exs" |