summaryrefslogtreecommitdiff
path: root/test/web/pleroma_api/views/chat_view_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/web/pleroma_api/views/chat_view_test.exs')
-rw-r--r--test/web/pleroma_api/views/chat_view_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/pleroma_api/views/chat_view_test.exs b/test/web/pleroma_api/views/chat_view_test.exs
index 14eecb1bd..46d47cd4f 100644
--- a/test/web/pleroma_api/views/chat_view_test.exs
+++ b/test/web/pleroma_api/views/chat_view_test.exs
@@ -26,7 +26,7 @@ defmodule Pleroma.Web.PleromaAPI.ChatViewTest do
assert represented_chat == %{
id: "#{chat.id}",
- account: AccountView.render("show.json", user: recipient),
+ account: AccountView.render("show.json", user: recipient, force: true),
unread: 0,
last_message: nil,
updated_at: Utils.to_masto_date(chat.updated_at)