Merge branch 'bugfix/block-follow-relationships' into 'develop'
[akkoma] / 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,