Merge branch 'revert/subscription-refactoring' into 'develop'
[akkoma] / test / web / websub / websub_controller_test.exs
index bf2ee31ee630323faf717664f4c623af8ccd45a4..f6d002b3b6cdb4cd6393b43de7df75f72d179a23 100644 (file)
@@ -1,15 +1,18 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.Websub.WebsubControllerTest do
   use Pleroma.Web.ConnCase
   import Pleroma.Factory
-  alias Pleroma.Activity
   alias Pleroma.Repo
   alias Pleroma.Web.Websub
   alias Pleroma.Web.Websub.WebsubClientSubscription
 
+  clear_config_all([:instance, :federating]) do
+    Pleroma.Config.put([:instance, :federating], true)
+  end
+
   test "websub subscription request", %{conn: conn} do
     user = insert(:user)