Fix IDs not being serialized as strings in annual reports API (#32710)
This commit is contained in:
parent
01e25af2e3
commit
c2b498a2b0
6 changed files with 10 additions and 10 deletions
|
@ -32,7 +32,7 @@ RSpec.describe AnnualReport::MostRebloggedAccounts do
|
|||
expect(subject.generate)
|
||||
.to include(
|
||||
most_reblogged_accounts: contain_exactly(
|
||||
include(account_id: other_account.id, count: 2)
|
||||
include(account_id: other_account.id.to_s, count: 2)
|
||||
)
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue