Merge branch 'develop' into refactor/deactivated_user_field
[akkoma] / test / pleroma / web / mastodon_api / views / account_view_test.exs
index ed8c7484d779a130685be922750edc0fe7d23db1..6de5dc859c55acf5fbe7331fcfce25ef71ba02b0 100644 (file)
@@ -79,7 +79,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
         also_known_as: ["https://shitposter.zone/users/shp"],
         background_image: "https://example.com/images/asuka_hospital.png",
         favicon: nil,
-        confirmation_pending: false,
+        is_confirmed: true,
         tags: [],
         is_admin: false,
         is_moderator: false,
@@ -178,7 +178,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
         also_known_as: [],
         background_image: nil,
         favicon: nil,
-        confirmation_pending: false,
+        is_confirmed: true,
         tags: [],
         is_admin: false,
         is_moderator: false,