aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Konou <konoukaren@gmail.com>2019-03-09 14:22:55 +0100
committerKaren Konou <konoukaren@gmail.com>2019-03-15 14:18:21 +0100
commit13c298d3543b08e656068a0f50acb35f036bdaaa (patch)
tree6fa2f899b4380df8492eb03ae3d613a06024b6a9
parentc8f31e0bc2764c924a4045e007e828052c837ac2 (diff)
downloadpleroma-13c298d3543b08e656068a0f50acb35f036bdaaa.tar.gz
Fix tests to assume reblogs shown by default
-rw-r--r--test/web/mastodon_api/account_view_test.exs4
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
}
}