diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-08-17 20:01:25 +0200 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-08-17 20:01:25 +0200 |
commit | 917ac89b4f944a80b1d168fd07d94c762ee04ed9 (patch) | |
tree | 0c0fa1e3bf8ef98c856b787c9c187a0892762c3d /test | |
parent | 3498662712c088cf578e7241c12aa1e5da42745a (diff) | |
download | pleroma-917ac89b4f944a80b1d168fd07d94c762ee04ed9.tar.gz pleroma-917ac89b4f944a80b1d168fd07d94c762ee04ed9.zip |
Update tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/mastodon_api/views/account_view_test.exs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/pleroma/web/mastodon_api/views/account_view_test.exs b/test/pleroma/web/mastodon_api/views/account_view_test.exs index dca64853d..0301a4cca 100644 --- a/test/pleroma/web/mastodon_api/views/account_view_test.exs +++ b/test/pleroma/web/mastodon_api/views/account_view_test.exs @@ -96,7 +96,9 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do hide_follows_count: false, relationship: %{}, skip_thread_containment: false, - accepts_chat_messages: nil + accepts_chat_messages: nil, + avatar_description: "", + header_description: "" } } @@ -340,7 +342,9 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do hide_follows_count: false, relationship: %{}, skip_thread_containment: false, - accepts_chat_messages: nil + accepts_chat_messages: nil, + avatar_description: "", + header_description: "" } } |