1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2025-01-14 03:28:21 +01:00

Fix tests to assume reblogs shown by default

This commit is contained in:
Karen Konou 2019-03-09 14:22:55 +01:00
parent c8f31e0bc2
commit 13c298d354

View File

@ -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
}
}