diff --git a/test/activitypub/actors.js b/test/activitypub/actors.js index e185984c1b..470601b38c 100644 --- a/test/activitypub/actors.js +++ b/test/activitypub/actors.js @@ -690,7 +690,7 @@ describe('Controllers', () => { }); it('should return a Note type object', () => { - assert.strictEqual(body.type, 'Note'); + assert.strictEqual(body.type, 'Article'); }); });