Merge branch 'fix_hashtag_search' into 'develop'
[akkoma] / test / web / mastodon_api / account_view_test.exs
index b0e63df0ed0b86f0488dd0db406251976ce5b3b5..dc52b92bca4465d8556ab94dc12f70e634086286 100644 (file)
@@ -53,7 +53,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
       source: %{
         note: "",
         privacy: "public",
-        sensitive: "false"
+        sensitive: false
       }
     }
 
@@ -123,8 +123,11 @@ 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,
+      endorsed: false
     }
 
     assert expected == AccountView.render("relationship.json", %{user: user, target: other_user})