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
1 changed files with 2 additions and 2 deletions

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