X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fhttp_test.exs;h=4aa08afcbae319a91fae530342b63d9837e92c52;hb=d6bebd4f9c8086dd87c75f3637a5d392a05f2daf;hp=d80b96496d455914d14914e80ed0d51a2c971ac4;hpb=514c899275a32e6ef63305f9424c50344d41b12e;p=akkoma diff --git a/test/http_test.exs b/test/http_test.exs index d80b96496..4aa08afcb 100644 --- a/test/http_test.exs +++ b/test/http_test.exs @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2018 Pleroma Authors +# Copyright © 2017-2020 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.HTTPTest do @@ -61,8 +61,8 @@ defmodule Pleroma.HTTPTest do describe "connection pools" do @describetag :integration - clear_config([Pleroma.Gun.API]) do - Pleroma.Config.put([Pleroma.Gun.API], Pleroma.Gun) + clear_config(Pleroma.Gun) do + Pleroma.Config.put(Pleroma.Gun, Pleroma.Gun.API) end test "gun" do