From 45a0b8189bd524f48043d4f4007c7cd531a4b5fc Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 30 Sep 2024 16:59:24 -0400 Subject: [PATCH] fix: tests --- test/activitypub.js | 2 ++ 1 file changed, 2 insertions(+) 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`,