summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/account_view_test.exs
diff options
context:
space:
mode:
authorHaelwenn <git.pleroma.social@hacktivis.me>2018-09-20 14:54:30 +0000
committerHaelwenn <git.pleroma.social@hacktivis.me>2018-09-20 14:54:30 +0000
commit7458adc2567caf90c3b01ef4b8bf90a67cbc041c (patch)
treef0d31e8c06c7627abdc4cd54f8f935a304622b7b /test/web/mastodon_api/account_view_test.exs
parentc9585ec00760b46f013f36a7f7625ac36471d3e8 (diff)
parent40c51f118f463127b2538e04fe3b29f90f89055d (diff)
downloadpleroma-7458adc2567caf90c3b01ef4b8bf90a67cbc041c.tar.gz
pleroma-7458adc2567caf90c3b01ef4b8bf90a67cbc041c.zip
Merge branch 'feature/mastodon_api_2.5.0' into 'develop'
Update mastodon API to 2.5.0 Closes: https://git.pleroma.social/pleroma/pleroma/issues/298 Closes: https://git.pleroma.social/pleroma/pleroma/issues/299 See: https://git.pleroma.social/pleroma/pleroma/merge_requests/351
Diffstat (limited to 'test/web/mastodon_api/account_view_test.exs')
-rw-r--r--test/web/mastodon_api/account_view_test.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs
index e1e07fbcd..dc52b92bc 100644
--- a/test/web/mastodon_api/account_view_test.exs
+++ b/test/web/mastodon_api/account_view_test.exs
@@ -126,7 +126,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
muting_notifications: false,
requested: false,
domain_blocking: false,
- showing_reblogs: false
+ showing_reblogs: false,
+ endorsed: false
}
assert expected == AccountView.render("relationship.json", %{user: user, target: other_user})