config :mrf, :transparency_exclusions works with tumples now
[akkoma] / test / pleroma / web / node_info_test.exs
index 7731aadcc756a8208829709b6ba19abb6b57ffc9..477c44a518d60e822c7df84cbb598f6a90384ba0 100644 (file)
@@ -170,7 +170,7 @@ defmodule Pleroma.Web.NodeInfoTest do
   test "it performs exclusions from MRF transparency data if configured", %{conn: conn} do
     clear_config([:mrf, :policies], [Pleroma.Web.ActivityPub.MRF.SimplePolicy])
     clear_config([:mrf, :transparency], true)
-    clear_config([:mrf, :transparency_exclusions], ["other.site"])
+    clear_config([:mrf, :transparency_exclusions], [{"other.site", "We don't want them to know"}])
 
     simple_config = %{"reject" => [{"example.com", ""}, {"other.site", ""}]}
     clear_config(:mrf_simple, simple_config)