diff options
Diffstat (limited to '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        }      } | 
