diff --git a/test/pleroma/web/mastodon_api/masto_fe_controller_test.exs b/test/pleroma/web/mastodon_api/masto_fe_controller_test.exs index c13b9cb73..5d6a5c1bf 100644 --- a/test/pleroma/web/mastodon_api/masto_fe_controller_test.exs +++ b/test/pleroma/web/mastodon_api/masto_fe_controller_test.exs @@ -46,7 +46,7 @@ defmodule Pleroma.Web.MastodonAPI.MastoFEControllerTest do "follow_request" => false, "mention" => false, "poll" => false, - "reblog" => false + "reblog" => true }, "sounds" => %{ "favourite" => true, @@ -79,7 +79,7 @@ defmodule Pleroma.Web.MastodonAPI.MastoFEControllerTest do "follow_request" => false, "mention" => false, "poll" => false, - "reblog" => false + "reblog" => true }, "sounds" => %{ "favourite" => true, @@ -97,8 +97,7 @@ defmodule Pleroma.Web.MastodonAPI.MastoFEControllerTest do "follow", "follow_request", "mention", - "poll", - "reblog" + "poll" ] end end