clients.md: Add Kyclos
[akkoma] / test / web / pleroma_api / controllers / emoji_api_controller_test.exs
index e1b484daefc1e1f618b20462742c2bb4b971e133..8e76f2f3dbc5cff90a3102b2ee11136b57ba1218 100644 (file)
@@ -14,6 +14,10 @@ defmodule Pleroma.Web.PleromaAPI.EmojiAPIControllerTest do
                     "emoji"
                   )
 
+  clear_config([:auth, :enforce_oauth_admin_scope_usage]) do
+    Pleroma.Config.put([:auth, :enforce_oauth_admin_scope_usage], false)
+  end
+
   test "shared & non-shared pack information in list_packs is ok" do
     conn = build_conn()
     resp = conn |> get(emoji_api_path(conn, :list_packs)) |> json_response(200)