Merge branch 'develop' into issue/1276
[akkoma] / test / web / mastodon_api / views / account_view_test.exs
index a8edbac701f669ac040f9a876a8aae91c3a6b5c2..ed6f2ecbd7577f70de4c67c074c3d636c43531f1 100644 (file)
@@ -102,7 +102,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
     privacy = user.default_scope
 
     assert %{
-             pleroma: %{notification_settings: ^notification_settings},
+             pleroma: %{notification_settings: ^notification_settings, allow_following_move: true},
              source: %{privacy: ^privacy}
            } = AccountView.render("show.json", %{user: user, for: user})
   end