tests: fix a completely bogus mastodon api test

stable
William Pitcock 6 years ago
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…
Cancel
Save