summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-06-19 09:42:45 +0000
committerlambda <pleromagit@rogerbraun.net>2018-06-19 09:42:45 +0000
commitbe800d793605db8dcb46cedd233b672b8e79e1a4 (patch)
treefd66a81a38509813c447be6af2fc5c74a83ee158 /test/web/mastodon_api
parentdb0731b6ac077c341f6e6779af2c2d5a94d3d14a (diff)
parent590e8d555557c7f375c15bcbb00ea46cf2dcc4b9 (diff)
downloadpleroma-be800d793605db8dcb46cedd233b672b8e79e1a4.tar.gz
pleroma-be800d793605db8dcb46cedd233b672b8e79e1a4.zip
Merge branch 'bugfix/block-follow-relationships' into 'develop'
fix follow relationship leaks when blocked See merge request pleroma/pleroma!230
Diffstat (limited to 'test/web/mastodon_api')
-rw-r--r--test/web/mastodon_api/account_view_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs
index 597690bf7..f7b8d7438 100644
--- a/test/web/mastodon_api/account_view_test.exs
+++ b/test/web/mastodon_api/account_view_test.exs
@@ -60,7 +60,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
expected = %{
id: to_string(other_user.id),
- following: true,
+ following: false,
followed_by: false,
blocking: true,
muting: false,