diff --git a/packages/backend/test/unit/activitypub.ts b/packages/backend/test/unit/activitypub.ts index 1e0a355d8b..555e64d855 100644 --- a/packages/backend/test/unit/activitypub.ts +++ b/packages/backend/test/unit/activitypub.ts @@ -219,7 +219,7 @@ describe('ActivityPub', () => { first: `${actor.id}/following?page=1`, }; actor.followers = `${actor.id}/followers`; - actor.liked ={ + actor.liked = { id: `${actor.id}/following`, type: 'OrderedCollection', totalItems: 0,