[#2332] Misc. improvements per code change requests.
[akkoma] / test / web / activity_pub / publisher_test.exs
index 015af19abe5b3691d9f908f481f01a73d4daa7d6..801da03c1318c8f0fe539f0e9cad104b7f6cad13 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.ActivityPub.PublisherTest do
@@ -23,6 +23,8 @@ defmodule Pleroma.Web.ActivityPub.PublisherTest do
     :ok
   end
 
+  setup_all do: clear_config([:instance, :federating], true)
+
   describe "gather_webfinger_links/1" do
     test "it returns links" do
       user = insert(:user)