purge chat and shout endpoints
[akkoma] / test / pleroma / config / deprecation_warnings_test.exs
index 12597506bed63dcf5403f43ad3d6351e96e61fd4..053e2820741f27401244a9a4dbc5d5ce51990f5e 100644 (file)
@@ -279,14 +279,4 @@ defmodule Pleroma.Config.DeprecationWarningsTest do
            end) =~
              "Your config is using the old setting for controlling the URL of media uploaded to your S3 bucket."
   end
-
-  test "check_old_chat_shoutbox/0" do
-    clear_config([:instance, :chat_limit], 1_000)
-    clear_config([:chat, :enabled], true)
-
-    assert capture_log(fn ->
-             DeprecationWarnings.check_old_chat_shoutbox()
-           end) =~
-             "Your config is using the old namespace for the Shoutbox configuration."
-  end
 end