Merge branch 'feature/new-registrations-digest' into 'develop'
[akkoma] / test / web / oauth / oauth_controller_test.exs
index adeff8e25dbb5202dbaeaba785c2079e3e1fe8fd..89fcf8c36105c7cafa0aaf6855c21cb52c839ba9 100644 (file)
@@ -17,7 +17,8 @@ defmodule Pleroma.Web.OAuth.OAuthControllerTest do
     key: "_test",
     signing_salt: "cooldude"
   ]
-  clear_config_all([:instance, :account_activation_required])
+
+  clear_config([:instance, :account_activation_required])
 
   describe "in OAuth consumer mode, " do
     setup do