summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/views
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-10-13 09:45:08 -0500
committerMark Felder <feld@FreeBSD.org>2020-10-13 09:45:08 -0500
commit8bacdc36806efd01a7897359ff0fd2c8e24730d2 (patch)
tree404bb8005685d5174451614bca5ceea10f22d6e3 /test/web/mastodon_api/views
parenteea879eb362d3310d4fe047fb6412b69dd8711fe (diff)
downloadpleroma-8bacdc36806efd01a7897359ff0fd2c8e24730d2.tar.gz
pleroma-8bacdc36806efd01a7897359ff0fd2c8e24730d2.zip
Change user.discoverable field to user.is_discoverable
Diffstat (limited to 'test/web/mastodon_api/views')
-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 a5f39b215..3b0454df2 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: true
+ is_discoverable: true
},
fields: []
},
@@ -167,7 +167,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
sensitive: false,
pleroma: %{
actor_type: "Service",
- discoverable: true
+ is_discoverable: true
},
fields: []
},