diff options
| author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-09-17 17:59:38 +0000 |
|---|---|---|
| committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-09-17 17:59:38 +0000 |
| commit | beefc022dda3626dcbde0aa7e3f6322b441241b2 (patch) | |
| tree | 061a050f8a8e41175ee6d4232448d8143be1248b /test/web/mastodon_api | |
| parent | 608824b97e05fbfe7e1b201b742717194737debd (diff) | |
| parent | 9d77f4abf80f75559456cef06da1a0d3b3b4f7e2 (diff) | |
| download | pleroma-beefc022dda3626dcbde0aa7e3f6322b441241b2.tar.gz pleroma-beefc022dda3626dcbde0aa7e3f6322b441241b2.zip | |
Merge branch 'omit-nondiscoverable-from-search' into 'develop'
User search should respect discoverable flag
See merge request pleroma/pleroma!2997
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 c5f491d6b..a54b765ef 100644 --- a/test/web/mastodon_api/views/account_view_test.exs +++ b/test/web/mastodon_api/views/account_view_test.exs @@ -68,7 +68,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do sensitive: false, pleroma: %{ actor_type: "Person", - discoverable: false + discoverable: true }, fields: [] }, @@ -166,7 +166,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do sensitive: false, pleroma: %{ actor_type: "Service", - discoverable: false + discoverable: true }, fields: [] }, |
