summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/views/account_view_test.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2019-12-05 15:46:27 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2019-12-05 15:46:27 +0300
commit3fe7a1fd35a9ca81b158eff6dbcc25ca48cbf96d (patch)
tree9a275a71ab8eeb19ce1e02d0b6ba64fe309f3d79 /test/web/mastodon_api/views/account_view_test.exs
parenta36607c27e6a50aeca450570f7b8e4c9c0233bb1 (diff)
parent228bf4d214abe3bb62c52128d3bc145e396b174d (diff)
downloadpleroma-3fe7a1fd35a9ca81b158eff6dbcc25ca48cbf96d.tar.gz
pleroma-3fe7a1fd35a9ca81b158eff6dbcc25ca48cbf96d.zip
Merge branch 'develop' into issue/1342
Diffstat (limited to 'test/web/mastodon_api/views/account_view_test.exs')
-rw-r--r--test/web/mastodon_api/views/account_view_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/views/account_view_test.exs b/test/web/mastodon_api/views/account_view_test.exs
index 7feff560c..6ab0299a4 100644
--- a/test/web/mastodon_api/views/account_view_test.exs
+++ b/test/web/mastodon_api/views/account_view_test.exs
@@ -96,7 +96,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