Revert Activity tombstones, add ObjectTombstone struct
[akkoma] / test / web / mastodon_api / account_view_test.exs
index a2d3a254750511c023c7ff9bcf7a6ed47064b4e2..fec97c7008873de4748ccc281c3b166bd4304f93 100644 (file)
@@ -54,6 +54,10 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
         note: "",
         privacy: "public",
         sensitive: false
+      },
+      pleroma: %{
+        confirmation_pending: false,
+        tags: []
       }
     }
 
@@ -91,6 +95,10 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
         note: "",
         privacy: "public",
         sensitive: false
+      },
+      pleroma: %{
+        confirmation_pending: false,
+        tags: []
       }
     }