fix: returned object type in ap test

This commit is contained in:
Julian Lam
2026-04-20 14:02:25 -04:00
parent e771f258ce
commit f631c8b62a

View File

@@ -690,7 +690,7 @@ describe('Controllers', () => {
});
it('should return a Note type object', () => {
assert.strictEqual(body.type, 'Note');
assert.strictEqual(body.type, 'Article');
});
});