small fix in the rewrite_policy example
[akkoma] / test / tasks / config_test.exs
index a6c0de351004b6c0cbe3f0bb26aa9a76914b6586..3dee4f0829dc12afe34dd3ebb0e1292f52c743a9 100644 (file)
@@ -20,9 +20,7 @@ defmodule Mix.Tasks.Pleroma.ConfigTest do
     :ok
   end
 
-  clear_config_all(:configurable_from_database) do
-    Pleroma.Config.put(:configurable_from_database, true)
-  end
+  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")