summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-09-17 17:59:38 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-09-17 17:59:38 +0000
commitbeefc022dda3626dcbde0aa7e3f6322b441241b2 (patch)
tree061a050f8a8e41175ee6d4232448d8143be1248b /test/web/mastodon_api
parent608824b97e05fbfe7e1b201b742717194737debd (diff)
parent9d77f4abf80f75559456cef06da1a0d3b3b4f7e2 (diff)
downloadpleroma-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.exs4
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: []
},