Fix gun_pool_options deprecation warning message
This commit is contained in:
parent
2fc3b46ee7
commit
e2dcf039d2
2 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ defmodule Pleroma.Config.DeprecationWarningsTest do
|
|||
assert capture_log(fn ->
|
||||
DeprecationWarnings.check_gun_pool_options()
|
||||
end) =~
|
||||
"Your config is using old setting name `await_up_timeout` instead of `connect_timeout`"
|
||||
"Your config is using old setting `config :pleroma, :connections_pool, await_up_timeout`."
|
||||
end
|
||||
|
||||
test "pool timeout" do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue