Browse Source

Merge branch 'oban-crontab-fix' into 'develop'

Set oban crontab to false in tests

See merge request pleroma/pleroma!2197
floki-fast_html-2-electric-boogalo
lain 4 years ago
parent
commit
36c6dc1c10
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      config/test.exs

+ 2
- 1
config/test.exs View File

@@ -66,7 +66,8 @@ config :web_push_encryption, :http_client, Pleroma.Web.WebPushHttpClientMock

config :pleroma, Oban,
queues: false,
prune: :disabled
prune: :disabled,
crontab: false

config :pleroma, Pleroma.ScheduledActivity,
daily_user_limit: 2,


Loading…
Cancel
Save