formatter.ex: Use Phoenix.HTML for mention/hashtag generation
[akkoma] / test / web / activity_pub / publisher_test.exs
index da26b13f7040b8f880e1296231970e4cc4986512..801da03c1318c8f0fe539f0e9cad104b7f6cad13 100644 (file)
@@ -23,9 +23,7 @@ defmodule Pleroma.Web.ActivityPub.PublisherTest do
     :ok
   end
 
-  clear_config_all([:instance, :federating]) do
-    Pleroma.Config.put([:instance, :federating], true)
-  end
+  setup_all do: clear_config([:instance, :federating], true)
 
   describe "gather_webfinger_links/1" do
     test "it returns links" do