diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-09-25 13:08:33 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-09-25 13:08:33 -0500 |
commit | d1c724ef34e0ccc711e5b90d69a451872a31534c (patch) | |
tree | c3c15732eaf931953660e7082709eba6b870df7c | |
parent | 4a30598b9eac9d231546078191ff91b933d63de3 (diff) | |
parent | 88bae1559f496b876b71979d70c8dd77aebe7946 (diff) | |
download | pleroma-d1c724ef34e0ccc711e5b90d69a451872a31534c.tar.gz pleroma-d1c724ef34e0ccc711e5b90d69a451872a31534c.zip |
Merge branch 'develop' into fix/deprecation-warning-welcome-message
-rw-r--r-- | test/web/activity_pub/mrf/mrf_test.exs | 2 |
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 |