summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/views
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-07-15 13:34:27 -0500
committerMark Felder <feld@FreeBSD.org>2020-07-15 13:34:27 -0500
commitb2d398b1d04cd2c258e830e3bb5c49c8b294d139 (patch)
treec9cd8e48813bdab768f216b4fb06528f6869d626 /test/web/mastodon_api/views
parent7115c5f82efe1ca1817da3152ba3cbc66e0da1a4 (diff)
parent00f9b53f07346d052adab105bde3428c98fc4660 (diff)
downloadpleroma-b2d398b1d04cd2c258e830e3bb5c49c8b294d139.tar.gz
pleroma-b2d398b1d04cd2c258e830e3bb5c49c8b294d139.zip
Merge branch 'develop' into refactor/gun-pool-registry
Diffstat (limited to 'test/web/mastodon_api/views')
-rw-r--r--test/web/mastodon_api/views/account_view_test.exs7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/web/mastodon_api/views/account_view_test.exs b/test/web/mastodon_api/views/account_view_test.exs
index 17f035add..a83bf90a3 100644
--- a/test/web/mastodon_api/views/account_view_test.exs
+++ b/test/web/mastodon_api/views/account_view_test.exs
@@ -119,11 +119,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
user = insert(:user)
notification_settings = %{
- followers: true,
- follows: true,
- non_followers: true,
- non_follows: true,
- privacy_option: false
+ block_from_strangers: false,
+ hide_notification_contents: false
}
privacy = user.default_scope