summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-09-17 22:22:59 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-09-17 22:22:59 +0300
commita42880040574701000470fc1c2dbd6f7242c1a06 (patch)
tree666d244b9bf4f38b4421deea8d3b8bbb10ec179e /test/web/mastodon_api
parentd9fb5bc08ad67b55d0cd25c1a0d7d3a740758427 (diff)
parent7bf269fe836ded974d2187c6b36eba4ab185ff25 (diff)
downloadpleroma-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.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 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: []
},