diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-10-13 09:45:08 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-10-13 09:45:08 -0500 |
| commit | 8bacdc36806efd01a7897359ff0fd2c8e24730d2 (patch) | |
| tree | 404bb8005685d5174451614bca5ceea10f22d6e3 /test/web/mastodon_api/views | |
| parent | eea879eb362d3310d4fe047fb6412b69dd8711fe (diff) | |
| download | pleroma-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.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 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: [] }, |
