Hide the sender when privacy option is enabled
[akkoma] / test / web / push / impl_test.exs
index b2664bf288501f29ae5dc40226aaf5b05ff5c473..3de9118105651f9e69c2e765edb9545bb17d3fd9 100644 (file)
@@ -209,8 +209,7 @@ defmodule Pleroma.Web.Push.ImplTest do
       object = Object.normalize(activity)
 
       assert Impl.build_content(notif, actor, object) == %{
-               body: "@Bob",
-               title: "New Direct Message"
+               body: "New Direct Message"
              }
     end