tests: fix a completely bogus mastodon api test
authorWilliam Pitcock <nenolod@dereferenced.org>
Tue, 19 Jun 2018 08:53:54 +0000 (08:53 +0000)
committerWilliam Pitcock <nenolod@dereferenced.org>
Tue, 19 Jun 2018 08:53:54 +0000 (08:53 +0000)
test/web/mastodon_api/account_view_test.exs

index 597690bf74913d0f04e811595df3be8c7a7a7ce8..f7b8d74387c2a1aa108b68c2cc68a9dd521f96f7 100644 (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,