little cleanup

This commit is contained in:
Alexander Strizhakov 2020-01-15 17:10:33 +03:00
commit 59ba5c80b9
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
6 changed files with 26 additions and 25 deletions

View file

@ -19,8 +19,8 @@ defmodule Mix.Tasks.Pleroma.ConfigTest do
:ok
end
clear_config_all([:configurable_from_database]) do
Pleroma.Config.put([:configurable_from_database], true)
clear_config_all(:configurable_from_database) do
Pleroma.Config.put(:configurable_from_database, true)
end
test "settings are migrated to db" do