Fix serialization of context pages (#37376)

This commit is contained in:
Claire 2026-01-05 12:59:10 +01:00
parent ad4ba5aa00
commit 3013039720
3 changed files with 10 additions and 4 deletions

View file

@ -24,6 +24,11 @@ RSpec.describe 'ActivityPub Contexts' do
expect(response.parsed_body[:type])
.to eq 'Collection'
expect(response.parsed_body[:first])
.to include(
type: 'CollectionPage',
partOf: context_url(conversation)
)
expect(response.parsed_body[:first][:items])
.to be_an(Array)
.and have_attributes(size: 2)