diff options
Diffstat (limited to 'test/web')
-rw-r--r-- | test/web/mastodon_api/account_view_test.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs index 259258281..c8f33f98c 100644 --- a/test/web/mastodon_api/account_view_test.exs +++ b/test/web/mastodon_api/account_view_test.exs @@ -49,8 +49,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do expected = %{ id: other_user.id, - following: false, - followed_by: true, + following: true, + followed_by: false, blocking: false, muting: false, requested: false, |