Merge branch 'pleroma-fe-2020-05-13-with-relationships-support' into 'develop'
[akkoma] / test / web / mastodon_api / views / notification_view_test.exs
index 04a774d17ce67ea6163a4a1aa51684d14e29c9de..9839e48fc616712356ce57f09be45356509b543d 100644 (file)
@@ -42,7 +42,11 @@ defmodule Pleroma.Web.MastodonAPI.NotificationViewTest do
       id: to_string(notification.id),
       pleroma: %{is_seen: false},
       type: "mention",
-      account: AccountView.render("show.json", %{user: user, for: mentioned_user}),
+      account:
+        AccountView.render("show.json", %{
+          user: user,
+          for: mentioned_user
+        }),
       status: StatusView.render("show.json", %{activity: activity, for: mentioned_user}),
       created_at: Utils.to_masto_date(notification.inserted_at)
     }