Merge branch 'develop' into refactor/discoverable_user_field
[akkoma] / test / pleroma / web / mastodon_api / views / account_view_test.exs
index a5f39b215dd6e5ad92ba2962b49506ed21abaa60..3b0454df24cb73d033e1b7a31e1048aecd05666b 100644 (file)
@@ -69,7 +69,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
         sensitive: false,
         pleroma: %{
           actor_type: "Person",
-          discoverable: true
+          is_discoverable: true
         },
         fields: []
       },
@@ -167,7 +167,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
         sensitive: false,
         pleroma: %{
           actor_type: "Service",
-          discoverable: true
+          is_discoverable: true
         },
         fields: []
       },