diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-09-22 11:15:40 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-09-22 11:15:40 -0500 |
commit | e2dcf039d24b1606c90cea75ef11c79b7677c209 (patch) | |
tree | d0c23b429de48945e24e857757a51a6d7fa9d813 /test/config | |
parent | 2fc3b46ee7e8ee8c22d4cf0039bbe9755a0e3beb (diff) | |
download | pleroma-e2dcf039d24b1606c90cea75ef11c79b7677c209.tar.gz |
Fix gun_pool_options deprecation warning message
Diffstat (limited to 'test/config')
-rw-r--r-- | test/config/deprecation_warnings_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config/deprecation_warnings_test.exs b/test/config/deprecation_warnings_test.exs index e22052404..7f0d2a298 100644 --- a/test/config/deprecation_warnings_test.exs +++ b/test/config/deprecation_warnings_test.exs @@ -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 |