tests: fix a completely bogus mastodon api test
This commit is contained in:
parent
056305dfa7
commit
590e8d5555
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user