Fix rate-limiting tests
This commit is contained in:
parent
38f3393e93
commit
2ca8d20053
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue