X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=inline;f=test%2Fconfig%2Fdeprecation_warnings_test.exs;h=f81a7b5807dd1dbd10ce729b35dc6342127851cd;hb=9c672ecbb5d4477cd16d2139a2cb66d3923ac5c8;hp=0efc0843cf363c947a2b27c47d03ad140ed13052;hpb=7775b1540f47f792f0afa7c49a2cf058e2f6470e;p=akkoma diff --git a/test/config/deprecation_warnings_test.exs b/test/config/deprecation_warnings_test.exs index 0efc0843c..f81a7b580 100644 --- a/test/config/deprecation_warnings_test.exs +++ b/test/config/deprecation_warnings_test.exs @@ -1,5 +1,5 @@ defmodule Pleroma.Config.DeprecationWarningsTest do - use ExUnit.Case, async: true + use ExUnit.Case use Pleroma.Tests.Helpers import ExUnit.CaptureLog @@ -82,6 +82,14 @@ defmodule Pleroma.Config.DeprecationWarningsTest do end) =~ "You are using the old configuration mechanism for the hellthread filter." end + test "check_activity_expiration_config/0" do + clear_config([Pleroma.ActivityExpiration, :enabled], true) + + assert capture_log(fn -> + DeprecationWarnings.check_activity_expiration_config() + end) =~ "Your config is using old namespace for activity expiration configuration." + end + describe "check_gun_pool_options/0" do test "await_up_timeout" do config = Config.get(:connections_pool)