From 91a509c4ebf8fe2f34514dd58b79f6f6e512d5bd Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 8 Jan 2024 15:03:46 -0500 Subject: [PATCH] test: fix error copy --- test/activitypub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/activitypub.js b/test/activitypub.js index 4285c6c5b3..770a287c6a 100644 --- a/test/activitypub.js +++ b/test/activitypub.js @@ -97,7 +97,7 @@ describe('ActivityPub integration', () => { it('should throw when an invalid input is passed in', async () => { await assert.rejects( activitypub.helpers.resolveLocalUid('ncl28h3qwhoiclwnevoinw3u'), - { message: '[[activitypub:invalid-id]]' } + { message: '[[error:activitypub.invalid-id]]' } ); });