diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-11-11 10:48:03 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-11-11 10:48:03 +0300 |
commit | f97f24b067b6d0205f093b04aeb08c3d56faa7b4 (patch) | |
tree | 71beb9de0f1fe5786f6172133bb5ca577b26cde7 /test | |
parent | efc27f64643f24e97c604efa02c15bfe3210cf3b (diff) | |
download | pleroma-f97f24b067b6d0205f093b04aeb08c3d56faa7b4.tar.gz pleroma-f97f24b067b6d0205f093b04aeb08c3d56faa7b4.zip |
making credo happy and test fix
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/activity_pub/mrf_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pleroma/web/activity_pub/mrf_test.exs b/test/pleroma/web/activity_pub/mrf_test.exs index 17aef2e16..44a9cf086 100644 --- a/test/pleroma/web/activity_pub/mrf_test.exs +++ b/test/pleroma/web/activity_pub/mrf_test.exs @@ -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 |