diff options
author | lain <lain@soykaf.club> | 2020-07-03 13:24:16 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-03 13:24:16 +0200 |
commit | db76c26469f234ca36e9c16deb01de63055535ae (patch) | |
tree | 70aa228dfe0d7d22b63a2f0e0c83c009d8a1b350 | |
parent | 37fdb05058d17abde11fd3e55ce896464c7d22e4 (diff) | |
download | pleroma-db76c26469f234ca36e9c16deb01de63055535ae.tar.gz pleroma-db76c26469f234ca36e9c16deb01de63055535ae.zip |
AccountViewTest: Fix test.
-rw-r--r-- | test/web/mastodon_api/views/account_view_test.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/web/mastodon_api/views/account_view_test.exs b/test/web/mastodon_api/views/account_view_test.exs index 3234a26a2..4aba6aaf1 100644 --- a/test/web/mastodon_api/views/account_view_test.exs +++ b/test/web/mastodon_api/views/account_view_test.exs @@ -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 } } |