diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-02-03 21:42:36 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-02-03 21:42:36 +0300 |
commit | 2c40c8b4a2890e60abe8d67a3c8af4a88d225b60 (patch) | |
tree | be7ff77c4af8b1264c57e8aa8161e80396ca3fbc /test/web/mastodon_api/controllers/account_controller_test.exs | |
parent | 21a2a054070c26d7be1a0e453e5f40b20fbd59f2 (diff) | |
parent | c27d1d65bfd60effdb45359697141c136e156177 (diff) | |
download | pleroma-2c40c8b4a2890e60abe8d67a3c8af4a88d225b60.tar.gz pleroma-2c40c8b4a2890e60abe8d67a3c8af4a88d225b60.zip |
Merge branch 'develop' into issue/1383
Diffstat (limited to 'test/web/mastodon_api/controllers/account_controller_test.exs')
-rw-r--r-- | test/web/mastodon_api/controllers/account_controller_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/mastodon_api/controllers/account_controller_test.exs b/test/web/mastodon_api/controllers/account_controller_test.exs index 0d4860a42..ec1e18002 100644 --- a/test/web/mastodon_api/controllers/account_controller_test.exs +++ b/test/web/mastodon_api/controllers/account_controller_test.exs @@ -668,6 +668,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountControllerTest do end test "rate limit", %{conn: conn} do + Pleroma.Config.put([Pleroma.Plugs.RemoteIp, :enabled], true) app_token = insert(:oauth_token, user: nil) conn = |