little cleanup
This commit is contained in:
parent
66de2b159b
commit
59ba5c80b9
6 changed files with 26 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue