From: William Pitcock Date: Tue, 19 Jun 2018 08:53:54 +0000 (+0000) Subject: tests: fix a completely bogus mastodon api test X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=590e8d555557c7f375c15bcbb00ea46cf2dcc4b9;p=akkoma tests: fix a completely bogus mastodon api test --- diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs index 597690bf7..f7b8d7438 100644 --- a/test/web/mastodon_api/account_view_test.exs +++ b/test/web/mastodon_api/account_view_test.exs @@ -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,