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,
|
||||
"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
|
||||
|
Loading…
Reference in New Issue
Block a user