diff --git a/test/activitypub.js b/test/activitypub.js index 89635a6f96..efc8d02b91 100644 --- a/test/activitypub.js +++ b/test/activitypub.js @@ -473,6 +473,8 @@ describe('ActivityPub integration', () => { type: 'Person', name: 'example', preferredUsername: 'example', + inbox: `https://example.org/user/${uid}/inbox`, + outbox: `https://example.org/user/${uid}/outbox`, publicKey: { id: `${actorUri}#key`,