updating tesla ref
[akkoma] / test / reverse_proxy / client / tesla_test.exs
index 231271b0d29dacd8e96417d89d0a4e40288d3c56..c8b0d5842f00adf860ba0c6ab45e5500012b25e7 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.ReverseProxy.Client.TeslaTest do
@@ -8,8 +8,8 @@ defmodule Pleroma.ReverseProxy.Client.TeslaTest do
   alias Pleroma.ReverseProxy.Client
   @moduletag :integration
 
-  clear_config_all(Pleroma.Gun.API) do
-    Pleroma.Config.put(Pleroma.Gun.API, Pleroma.Gun)
+  clear_config_all(Pleroma.Gun) do
+    Pleroma.Config.put(Pleroma.Gun, Pleroma.Gun.API)
   end
 
   setup do