modify SQL to include followed-but-domain-blocked activities
[akkoma] / test / integration / mastodon_websocket_test.exs
index ed7ce8fe036849bcfac98fee481789a07fc9752f..63fce07bbbda39549c98e119207ca3ec8cbb60c6 100644 (file)
@@ -68,7 +68,7 @@ defmodule Pleroma.Integration.MastodonWebsocketTest do
     assert {:ok, json} = Jason.decode(json["payload"])
 
     view_json =
-      Pleroma.Web.MastodonAPI.StatusView.render("status.json", activity: activity, for: nil)
+      Pleroma.Web.MastodonAPI.StatusView.render("show.json", activity: activity, for: nil)
       |> Jason.encode!()
       |> Jason.decode!()