diff options
author | feld <feld@feld.me> | 2020-09-25 18:02:59 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-09-25 18:02:59 +0000 |
commit | 88bae1559f496b876b71979d70c8dd77aebe7946 (patch) | |
tree | d027e81c7277f4e9d54900d2b585829b9b0a55be | |
parent | 1672d8b37c6a218071ccfdc95844010ba146e4c6 (diff) | |
parent | 93b674b66da31964e838c8632ce8cdd7e722516a (diff) | |
download | pleroma-88bae1559f496b876b71979d70c8dd77aebe7946.tar.gz |
Merge branch 'fix/noop-policy-describe' into 'develop'
Fix test failures for NoOpPolicy describe/0
See merge request pleroma/pleroma!3035
-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 |