diff options
| author | lain <lain@soykaf.club> | 2019-12-02 16:26:19 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2019-12-02 16:26:19 +0000 |
| commit | 7722e5a67a46304f3ae0e37f674a44ca9268be5e (patch) | |
| tree | 504f7b7623c6917fcfa567050d80153e2f2aee11 /test/web/mastodon_api/views/account_view_test.exs | |
| parent | d468cba2d56f60a41b0372a381b1017a8d2d046b (diff) | |
| parent | 1fc28a4b441fdc0de8b2b43e2b045da38ee50b0a (diff) | |
| download | pleroma-7722e5a67a46304f3ae0e37f674a44ca9268be5e.tar.gz pleroma-7722e5a67a46304f3ae0e37f674a44ca9268be5e.zip | |
Merge branch 'feature/move-activity' into 'develop'
Support "Move" activity
Closes #1316
See merge request pleroma/pleroma!1883
Diffstat (limited to 'test/web/mastodon_api/views/account_view_test.exs')
| -rw-r--r-- | test/web/mastodon_api/views/account_view_test.exs | 2 |
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 d147079ab..35aefb7dc 100644 --- a/test/web/mastodon_api/views/account_view_test.exs +++ b/test/web/mastodon_api/views/account_view_test.exs @@ -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 |
