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
1 changed files with 1 additions and 1 deletions

View File

@ -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,