purge chat and shout endpoints
[akkoma] / test / pleroma / web / activity_pub / mrf / hellthread_policy_test.exs
index 43967247959a9fc5f9691be8625bf981ed8223b2..a88e1fa2e470d37f795a39df2c09f1097cf13fa7 100644 (file)
@@ -8,8 +8,6 @@ defmodule Pleroma.Web.ActivityPub.MRF.HellthreadPolicyTest do
 
   import Pleroma.Web.ActivityPub.MRF.HellthreadPolicy
 
-  alias Pleroma.Web.CommonAPI
-
   setup do
     user = insert(:user)
 
@@ -33,17 +31,6 @@ defmodule Pleroma.Web.ActivityPub.MRF.HellthreadPolicyTest do
 
   setup do: clear_config(:mrf_hellthread)
 
-  test "doesn't die on chat messages" do
-    clear_config([:mrf_hellthread], %{delist_threshold: 2, reject_threshold: 0})
-
-    user = insert(:user)
-    other_user = insert(:user)
-
-    {:ok, activity} = CommonAPI.post_chat_message(user, other_user, "moin")
-
-    assert {:ok, _} = filter(activity.data)
-  end
-
   describe "reject" do
     test "rejects the message if the recipient count is above reject_threshold", %{
       message: message