logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: d1c724ef34e0ccc711e5b90d69a451872a31534c
parent 4a30598b9eac9d231546078191ff91b933d63de3
Author: Mark Felder <feld@FreeBSD.org>
Date:   Fri, 25 Sep 2020 13:08:33 -0500

Merge branch 'develop' into fix/deprecation-warning-welcome-message

Diffstat:

Mtest/web/activity_pub/mrf/mrf_test.exs2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/web/activity_pub/mrf/mrf_test.exs b/test/web/activity_pub/mrf/mrf_test.exs @@ -61,6 +61,8 @@ defmodule Pleroma.Web.ActivityPub.MRFTest do describe "describe/0" do test "it works as expected with noop policy" do + clear_config([:mrf, :policies], [Pleroma.Web.ActivityPub.MRF.NoOpPolicy]) + expected = %{ mrf_policies: ["NoOpPolicy"], exclusions: false