Explorar el Código

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 hace 4 años
padre
commit
36c6dc1c10
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      config/test.exs

+ 2
- 1
config/test.exs Ver fichero

@@ -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,


Cargando…
Cancelar
Guardar