From: Karen Konou Date: Sat, 9 Mar 2019 13:22:55 +0000 (+0100) Subject: Fix tests to assume reblogs shown by default X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=13c298d3543b08e656068a0f50acb35f036bdaaa;p=akkoma Fix tests to assume reblogs shown by default --- 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 } }