diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2023-12-22 13:54:44 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2023-12-22 13:54:44 +0100 |
commit | 9fc6676d8c080dbd630434275363cc6536a35116 (patch) | |
tree | 6b628db0cacdd28332a3ce8e3a3e85d5fd070ad2 /test/support/helpers.ex | |
parent | 6b8c5e12dfe759ac1286e81e72ad7f8727e01386 (diff) | |
parent | 5f1d70736711275ac9f0c95e5ada4cb2f1a96e11 (diff) | |
download | pleroma-9fc6676d8c080dbd630434275363cc6536a35116.tar.gz pleroma-9fc6676d8c080dbd630434275363cc6536a35116.zip |
Merge remote-tracking branch 'origin/develop' into instance-contact-account
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'test/support/helpers.ex')
-rw-r--r-- | test/support/helpers.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/helpers.ex b/test/support/helpers.ex index 0bd487f39..e3bfa73d2 100644 --- a/test/support/helpers.ex +++ b/test/support/helpers.ex @@ -41,7 +41,7 @@ defmodule Pleroma.Tests.Helpers do # NOTE: `clear_config([section, key], value)` != `clear_config([section], key: value)` (!) # Displaying a warning to prevent unintentional clearing of all but one keys in section if Keyword.keyword?(temp_setting) and length(temp_setting) == 1 do - Logger.warn( + Logger.warning( "Please change `clear_config([section], key: value)` to `clear_config([section, key], value)`" ) end |