summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-09-25 13:08:33 -0500
committerMark Felder <feld@FreeBSD.org>2020-09-25 13:08:33 -0500
commitd1c724ef34e0ccc711e5b90d69a451872a31534c (patch)
treec3c15732eaf931953660e7082709eba6b870df7c
parent4a30598b9eac9d231546078191ff91b933d63de3 (diff)
parent88bae1559f496b876b71979d70c8dd77aebe7946 (diff)
Merge branch 'develop' into fix/deprecation-warning-welcome-message
-rw-r--r--test/web/activity_pub/mrf/mrf_test.exs2
1 files 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
index a63b25423..e82c8afa6 100644
--- 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