Merge branch 'develop' into gun
[akkoma] / test / tasks / config_test.exs
index b0c2efc984b47a99ab9ef9a285389f40208b5a90..3dee4f0829dc12afe34dd3ebb0e1292f52c743a9 100644 (file)
@@ -20,7 +20,7 @@ defmodule Mix.Tasks.Pleroma.ConfigTest do
     :ok
   end
 
-  clear_config_all(:configurable_from_database, true)
+  setup_all do: clear_config(:configurable_from_database, true)
 
   test "error if file with custom settings doesn't exist" do
     Mix.Tasks.Pleroma.Config.migrate_to_db("config/not_existance_config_file.exs")