Merge branch 'task-204-on-options-request' into 'develop'
[akkoma] / test / web / mastodon_api / account_view_test.exs
index e1e07fbcdcfd10f3828b876e2c83722cb764bd22..dc52b92bca4465d8556ab94dc12f70e634086286 100644 (file)
@@ -126,7 +126,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
       muting_notifications: false,
       requested: false,
       domain_blocking: false,
-      showing_reblogs: false
+      showing_reblogs: false,
+      endorsed: false
     }
 
     assert expected == AccountView.render("relationship.json", %{user: user, target: other_user})