diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-17 18:07:36 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-03-10 16:46:55 +0300 |
commit | a74d0f8b27e7a93ce31f9569ef29f7b40fc4235f (patch) | |
tree | d9f980a537f32bf6fbf68b1d20a6ec556235e582 | |
parent | 16bcffd64adad9e205fa1f85b1366efca31e020d (diff) | |
download | pleroma-a74d0f8b27e7a93ce31f9569ef29f7b40fc4235f.tar.gz |
little test change
-rw-r--r-- | test/pleroma/web/mastodon_api/masto_fe_controller_test.exs | 7 |
1 files changed, 3 insertions, 4 deletions
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 |