little test change

This commit is contained in:
Alexander Strizhakov 2020-06-17 18:07:36 +03:00
parent 16bcffd64a
commit a74d0f8b27
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381

View File

@ -46,7 +46,7 @@ defmodule Pleroma.Web.MastodonAPI.MastoFEControllerTest do
"follow_request" => false, "follow_request" => false,
"mention" => false, "mention" => false,
"poll" => false, "poll" => false,
"reblog" => false "reblog" => true
}, },
"sounds" => %{ "sounds" => %{
"favourite" => true, "favourite" => true,
@ -79,7 +79,7 @@ defmodule Pleroma.Web.MastodonAPI.MastoFEControllerTest do
"follow_request" => false, "follow_request" => false,
"mention" => false, "mention" => false,
"poll" => false, "poll" => false,
"reblog" => false "reblog" => true
}, },
"sounds" => %{ "sounds" => %{
"favourite" => true, "favourite" => true,
@ -97,8 +97,7 @@ defmodule Pleroma.Web.MastodonAPI.MastoFEControllerTest do
"follow", "follow",
"follow_request", "follow_request",
"mention", "mention",
"poll", "poll"
"reblog"
] ]
end end
end end