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,
"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