AccountViewTest: Fix test.

This commit is contained in:
lain 2020-07-03 13:24:16 +02:00
parent 37fdb05058
commit db76c26469
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
hide_follows_count: false,
relationship: %{},
skip_thread_containment: false,
accepts_chat_messages: false
accepts_chat_messages: nil
}
}
@ -164,7 +164,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
hide_follows_count: false,
relationship: %{},
skip_thread_containment: false,
accepts_chat_messages: false
accepts_chat_messages: nil
}
}