Merge branch 'develop' into fix/csp-mediaproxy-base-url
[akkoma] / test / web / mastodon_api / views / account_view_test.exs
index f91333e5c3a3033a860410d76ee3abead9a07c8e..044f088a42f1ddb88a7ebf2df45d1654438e8d24 100644 (file)
@@ -72,6 +72,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
         fields: []
       },
       pleroma: %{
+        ap_id: user.ap_id,
         background_image: "https://example.com/images/asuka_hospital.png",
         confirmation_pending: false,
         tags: [],
@@ -148,6 +149,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
         fields: []
       },
       pleroma: %{
+        ap_id: user.ap_id,
         background_image: nil,
         confirmation_pending: false,
         tags: [],