Merge branch 'issue/2089' into 'develop'
[akkoma] / test / web / mastodon_api / views / account_view_test.exs
index 68a5d0091ba34ccf7e46a880bfd71a7c2eed8d4b..c5f491d6bd69da77ab2a7e5584e3bacf14739351 100644 (file)
@@ -116,9 +116,6 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
     end
   end
 
-  test "Favicon when :instance_favicons is enabled" do
-  end
-
   test "Represent the user account for the account owner" do
     user = insert(:user)
 
@@ -451,7 +448,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
 
     test "shows unread_count only to the account owner" do
       user = insert(:user)
-      insert_list(7, :notification, user: user)
+      insert_list(7, :notification, user: user, activity: insert(:note_activity))
       other_user = insert(:user)
 
       user = User.get_cached_by_ap_id(user.ap_id)