diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-09-17 22:22:59 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-09-17 22:22:59 +0300 |
commit | a42880040574701000470fc1c2dbd6f7242c1a06 (patch) | |
tree | 666d244b9bf4f38b4421deea8d3b8bbb10ec179e /test/web/mastodon_api | |
parent | d9fb5bc08ad67b55d0cd25c1a0d7d3a740758427 (diff) | |
parent | 7bf269fe836ded974d2187c6b36eba4ab185ff25 (diff) | |
download | pleroma-a42880040574701000470fc1c2dbd6f7242c1a06.tar.gz pleroma-a42880040574701000470fc1c2dbd6f7242c1a06.zip |
Merge remote-tracking branch 'remotes/origin/develop' into media-preview-proxy-nostream
# Conflicts:
# CHANGELOG.md
Diffstat (limited to 'test/web/mastodon_api')
-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 ea0ddee0f..a5f39b215 100644 --- a/test/web/mastodon_api/views/account_view_test.exs +++ b/test/web/mastodon_api/views/account_view_test.exs @@ -69,7 +69,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do sensitive: false, pleroma: %{ actor_type: "Person", - discoverable: false + discoverable: true }, fields: [] }, @@ -167,7 +167,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do sensitive: false, pleroma: %{ actor_type: "Service", - discoverable: false + discoverable: true }, fields: [] }, |