Merge branch 'develop' into feature/report-notes
[akkoma] / test / web / admin_api / views / report_view_test.exs
index ef4a806e4300fdc8300a82323fedecb9a47a2985..a0c6eab3c546f395af031c611780e5f0ba6f45e0 100644 (file)
@@ -30,6 +30,7 @@ defmodule Pleroma.Web.AdminAPI.ReportViewTest do
           Pleroma.Web.AdminAPI.AccountView.render("show.json", %{user: other_user})
         ),
       statuses: [],
+      notes: [],
       state: "open",
       id: activity.id
     }
@@ -65,6 +66,7 @@ defmodule Pleroma.Web.AdminAPI.ReportViewTest do
         ),
       statuses: [StatusView.render("show.json", %{activity: activity})],
       state: "open",
+      notes: [],
       id: report_activity.id
     }