diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-06-19 08:53:54 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-06-19 08:53:54 +0000 |
commit | 590e8d555557c7f375c15bcbb00ea46cf2dcc4b9 (patch) | |
tree | 3219295a6c9800378aa9ba2603382b2b226df801 | |
parent | 056305dfa745f679ce0082c08abb06725432dc5d (diff) | |
download | pleroma-590e8d555557c7f375c15bcbb00ea46cf2dcc4b9.tar.gz |
tests: fix a completely bogus mastodon api test
-rw-r--r-- | test/web/mastodon_api/account_view_test.exs | 2 |
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, |