summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-05-14 23:16:34 +0300
committerrinpatch <rinpatch@sdf.org>2019-05-14 23:16:34 +0300
commit2ca8d20053ef2abda070b8aba0e6937cf2f07991 (patch)
tree420e3e7a0653052dff007d1652b87867bbb43db6 /config/test.exs
parent38f3393e934330454fb942048c19ee5640563a08 (diff)
downloadpleroma-2ca8d20053ef2abda070b8aba0e6937cf2f07991.tar.gz
pleroma-2ca8d20053ef2abda070b8aba0e6937cf2f07991.zip
Fix rate-limiting tests
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs2
1 files changed, 2 insertions, 0 deletions
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