aboutsummaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-06-19 08:53:54 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-06-19 08:53:54 +0000
commit590e8d555557c7f375c15bcbb00ea46cf2dcc4b9 (patch)
tree3219295a6c9800378aa9ba2603382b2b226df801 /test/web/mastodon_api
parent056305dfa745f679ce0082c08abb06725432dc5d (diff)
downloadpleroma-590e8d555557c7f375c15bcbb00ea46cf2dcc4b9.tar.gz
tests: fix a completely bogus mastodon api test
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,