X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fweb%2Fplugs%2Ffederating_plug_test.exs;h=9dcab93dab07fe736d9c1c238330a49494ae5923;hb=c54ae662dcc08c0c04a1dff7bb7a361665e877b8;hp=c01e0112460b38397c8c554cae5e50117b694015;hpb=4948117fcf297efa735cdafb9cddf39946668266;p=akkoma diff --git a/test/web/plugs/federating_plug_test.exs b/test/web/plugs/federating_plug_test.exs index c01e01124..9dcab93da 100644 --- a/test/web/plugs/federating_plug_test.exs +++ b/test/web/plugs/federating_plug_test.exs @@ -1,18 +1,10 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2018 Pleroma Authors +# Copyright © 2017-2019 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only 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)