tests: fix a completely bogus mastodon api test

This commit is contained in:
William Pitcock 2018-06-19 08:53:54 +00:00
parent 056305dfa7
commit 590e8d5555

View file

@ -60,7 +60,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
expected = %{ expected = %{
id: to_string(other_user.id), id: to_string(other_user.id),
following: true, following: false,
followed_by: false, followed_by: false,
blocking: true, blocking: true,
muting: false, muting: false,