mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-08 03:56:14 +00:00
credo
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
b738247013
commit
d0289bdb1b
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue