summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2019-05-25 05:22:13 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2019-05-25 05:22:13 +0000
commit1542cccbbcc2935add83d1428b4cd9e4b146f1ec (patch)
tree0ae34fc9a526003fcee4d3f5c79f115cbbf9c937 /test/web/mastodon_api
parent4030837d91b7ff8525513589d5d810e9a1a6b959 (diff)
downloadpleroma-1542cccbbcc2935add83d1428b4cd9e4b146f1ec.tar.gz
pleroma-1542cccbbcc2935add83d1428b4cd9e4b146f1ec.zip
tests: chase notification setting changes
Diffstat (limited to 'test/web/mastodon_api')
-rw-r--r--test/web/mastodon_api/account_view_test.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs
index aaf2261bb..6f8480ee2 100644
--- a/test/web/mastodon_api/account_view_test.exs
+++ b/test/web/mastodon_api/account_view_test.exs
@@ -81,7 +81,9 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
"remote" => true,
"local" => true,
"followers" => true,
- "follows" => true
+ "follows" => true,
+ "non_follows" => true,
+ "non_followers" => true
}
privacy = user.info.default_scope