set oban crontab to false in tests

This commit is contained in:
Alexander Strizhakov 2020-02-11 12:19:06 +03:00
parent 5ebffd5224
commit bfd16fe41e
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@
config :pleroma, Oban,
queues: false,
prune: :disabled
prune: :disabled,
crontab: false
config :pleroma, Pleroma.ScheduledActivity,
daily_user_limit: 2,