mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-03-13 07:02:41 +00:00
AccountView: Fix tests.
This commit is contained in:
parent
5bb951863c
commit
3ae4145fba
1 changed files with 4 additions and 2 deletions
|
@ -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: []
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue