From: rinpatch Date: Tue, 14 May 2019 20:16:34 +0000 (+0300) Subject: Fix rate-limiting tests X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=2ca8d20053ef2abda070b8aba0e6937cf2f07991;p=akkoma Fix rate-limiting tests --- diff --git a/config/test.exs b/config/test.exs index f93bc5994..a0c90c371 100644 --- a/config/test.exs +++ b/config/test.exs @@ -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