Remote Timeline: add Streaming support
[akkoma] / test / web / mastodon_api / views / notification_view_test.exs
index 8e0e58538a45bfa5d0b21e657ca0a4b5ed66fc9b..2f6a808f1c540414b851e0791c37f868568b6eeb 100644 (file)
@@ -219,7 +219,7 @@ defmodule Pleroma.Web.MastodonAPI.NotificationViewTest do
 
     expected = %{
       id: to_string(notification.id),
-      pleroma: %{is_seen: false, is_muted: true},
+      pleroma: %{is_seen: true, is_muted: true},
       type: "favourite",
       account: AccountView.render("show.json", %{user: another_user, for: user}),
       status: StatusView.render("show.json", %{activity: create_activity, for: user}),