AccountView: Fix tests.

This commit is contained in:
Lain Soykaf 2024-03-17 17:43:27 +04:00
parent 5bb951863c
commit 3ae4145fba

View file

@ -96,7 +96,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
hide_follows_count: false,
relationship: %{},
skip_thread_containment: false,
accepts_chat_messages: nil
accepts_chat_messages: nil,
scrobbles: []
}
}
@ -340,7 +341,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
hide_follows_count: false,
relationship: %{},
skip_thread_containment: false,
accepts_chat_messages: nil
accepts_chat_messages: nil,
scrobbles: []
}
}