refactoring for gun api modules
[akkoma] / test / http_test.exs
index 83c27f6e164d9c58066a308a91de578a1e758f22..d45d34f32461cf0bb9242bf429e4d46bf8cc91a5 100644 (file)
@@ -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