little test change
This commit is contained in:
parent
16bcffd64a
commit
a74d0f8b27
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user