diff options
Diffstat (limited to 'test/web')
| -rw-r--r-- | test/web/mastodon_api/account_view_test.exs | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs index 7d0367d01..e1e07fbcd 100644 --- a/test/web/mastodon_api/account_view_test.exs +++ b/test/web/mastodon_api/account_view_test.exs @@ -123,8 +123,10 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do        followed_by: false,        blocking: true,        muting: false, +      muting_notifications: false,        requested: false, -      domain_blocking: false +      domain_blocking: false, +      showing_reblogs: false      }      assert expected == AccountView.render("relationship.json", %{user: user, target: other_user}) | 
