Merge branch 'feature/1635-notifications-include-types' into 'develop'
[akkoma] / test / web / mastodon_api / controllers / account_controller_test.exs
index 7f7d8cea383a11dab20ddfe5cd8713b4e793a622..7efccd9c4faca58f9c248d60374fcad8c8ec5283 100644 (file)
@@ -756,10 +756,6 @@ defmodule Pleroma.Web.MastodonAPI.AccountControllerTest do
   end
 
   describe "create account by app / rate limit" do
-    clear_config([Pleroma.Plugs.RemoteIp, :enabled]) do
-      Pleroma.Config.put([Pleroma.Plugs.RemoteIp, :enabled], true)
-    end
-
     clear_config([:rate_limit, :app_account_creation]) do
       Pleroma.Config.put([:rate_limit, :app_account_creation], {10_000, 2})
     end