updating clear_config
[akkoma] / test / http / connection_test.exs
index 0f62eddd26db23537ed520db87e3680befb683e1..5cc78ad5bc19aa893157831eb01b99103682b1fb 100644 (file)
@@ -82,7 +82,7 @@ defmodule Pleroma.HTTP.ConnectionTest do
   end
 
   describe "options/3" do
-    clear_config([:http, :proxy_url])
+    setup do: clear_config([:http, :proxy_url])
 
     test "without proxy_url in config" do
       Config.delete([:http, :proxy_url])