diff options
author | Karen Konou <konoukaren@gmail.com> | 2019-03-09 14:22:55 +0100 |
---|---|---|
committer | Karen Konou <konoukaren@gmail.com> | 2019-03-15 14:18:21 +0100 |
commit | 13c298d3543b08e656068a0f50acb35f036bdaaa (patch) | |
tree | 6fa2f899b4380df8492eb03ae3d613a06024b6a9 | |
parent | c8f31e0bc2764c924a4045e007e828052c837ac2 (diff) | |
download | pleroma-13c298d3543b08e656068a0f50acb35f036bdaaa.tar.gz |
Fix tests to assume reblogs shown by default
-rw-r--r-- | test/web/mastodon_api/account_view_test.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs index c2ffc21da..6dc60afe9 100644 --- a/test/web/mastodon_api/account_view_test.exs +++ b/test/web/mastodon_api/account_view_test.exs @@ -144,7 +144,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do muting_notifications: false, requested: false, domain_blocking: false, - showing_reblogs: false, + showing_reblogs: true, endorsed: false } @@ -202,7 +202,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do muting_notifications: false, requested: false, domain_blocking: false, - showing_reblogs: false, + showing_reblogs: true, endorsed: false } } |