making credo happy and test fix

This commit is contained in:
Alexander Strizhakov 2020-11-11 10:48:03 +03:00
parent efc27f6464
commit f97f24b067
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,8 @@ defmodule Pleroma.Web.ActivityPub.MRF.UserAllowListPolicy do
# type: :map,
# description:
# "The keys in this section are the domain names that the policy should apply to." <>
# " Each key should be assigned a list of users that should be allowed through by their ActivityPub ID",
# " Each key should be assigned a list of users that should be allowed " <>
# "through by their ActivityPub ID",
# suggestions: [%{"example.org" => ["https://example.org/users/admin"]}]
# }
# ]

View File

@ -98,7 +98,6 @@ defmodule Pleroma.Web.ActivityPub.MRFTest do
related_policy: "Fixtures.Modules.GoodMRF",
label: "Good MRF",
description: "Some description",
children: [],
group: :pleroma,
tab: :mrf,
type: :group