Fix rate-limiting tests

This commit is contained in:
rinpatch 2019-05-14 23:16:34 +03:00
parent 38f3393e93
commit 2ca8d20053
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ config :pleroma, Pleroma.ScheduledActivity,
total_user_limit: 3,
enabled: false
config :pleroma, :app_account_creation, max_requests: 5
try do
import_config "test.secret.exs"
rescue