X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fweb%2Fplugs%2Ffederating_plug_test.exs;h=bb2e1687ae4a5f7a87ddec349b85ad7f768f71e8;hb=aab264db82054df470075c65ca25c42bbcc5d7a8;hp=c01e0112460b38397c8c554cae5e50117b694015;hpb=1ab4e35f27f2d54058460657f63de09a8f9d1444;p=akkoma diff --git a/test/web/plugs/federating_plug_test.exs b/test/web/plugs/federating_plug_test.exs index c01e01124..bb2e1687a 100644 --- a/test/web/plugs/federating_plug_test.exs +++ b/test/web/plugs/federating_plug_test.exs @@ -4,15 +4,7 @@ defmodule Pleroma.Web.FederatingPlugTest do use Pleroma.Web.ConnCase - - setup_all do - config_path = [:instance, :federating] - initial_setting = Pleroma.Config.get(config_path) - - on_exit(fn -> Pleroma.Config.put(config_path, initial_setting) end) - - :ok - end + clear_config_all([:instance, :federating]) test "returns and halt the conn when federating is disabled" do Pleroma.Config.put([:instance, :federating], false)