Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk 2025-03-18 10:23:00 +01:00
parent b738247013
commit d0289bdb1b

View file

@ -42,7 +42,8 @@ defmodule Pleroma.Web.MastodonAPI.Admin.AccountControllerTest do
end
end
# Adapted from https://github.com/mastodon/mastodon/blob/main/spec/requests/api/v2/admin/accounts_spec.rb
# Adapted from
# https://github.com/mastodon/mastodon/blob/main/spec/requests/api/v2/admin/accounts_spec.rb
describe "GET /api/v2/admin/accounts" do
setup do
remote_account = insert(:user, nickname: "remote@example.org", local: false)
@ -63,7 +64,8 @@ defmodule Pleroma.Web.MastodonAPI.Admin.AccountControllerTest do
}}
end
# test "returns the correct accounts when called with status active and origin local and permissions staff", %{
# test "returns the correct accounts when called with status active
# and origin local and permissions staff", %{
# conn: conn,
# admin_account: %{id: admin_account_id}
# } do