mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 13:43:59 +01:00
Add test for welcome message format
This commit is contained in:
parent
e2dcf039d2
commit
25bdf0d0d9
1 changed files with 8 additions and 0 deletions
|
@ -66,6 +66,14 @@ defmodule Pleroma.Config.DeprecationWarningsTest do
|
||||||
end) =~ "Your config is using old format (only domain) for MediaProxy whitelist option"
|
end) =~ "Your config is using old format (only domain) for MediaProxy whitelist option"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
test "check_welcome_message_config/0" do
|
||||||
|
clear_config([:instance, :welcome_user_nickname], "LainChan")
|
||||||
|
|
||||||
|
assert capture_log(fn ->
|
||||||
|
DeprecationWarnings.check_welcome_message_config()
|
||||||
|
end) =~ "Your config is using the old namespace for Welcome messages configuration."
|
||||||
|
end
|
||||||
|
|
||||||
describe "check_gun_pool_options/0" do
|
describe "check_gun_pool_options/0" do
|
||||||
test "await_up_timeout" do
|
test "await_up_timeout" do
|
||||||
config = Config.get(:connections_pool)
|
config = Config.get(:connections_pool)
|
||||||
|
|
Loading…
Add table
Reference in a new issue