Finish undoing API breakage

This commit is contained in:
Mark Felder 2020-10-14 10:44:18 -05:00
commit b001237b79
5 changed files with 6 additions and 6 deletions

View file

@ -1278,7 +1278,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountControllerTest do
"note" => "",
"pleroma" => %{
"actor_type" => "Person",
"is_discoverable" => false,
"discoverable" => false,
"no_rich_text" => false,
"show_role" => true
},

View file

@ -69,7 +69,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
sensitive: false,
pleroma: %{
actor_type: "Person",
is_discoverable: true
discoverable: true
},
fields: []
},
@ -167,7 +167,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
sensitive: false,
pleroma: %{
actor_type: "Service",
is_discoverable: true
discoverable: true
},
fields: []
},