test: short OPs create Notes again

This commit is contained in:
Julian Lam
2025-09-25 15:18:26 -04:00
parent 051043b682
commit 1587808700

View File

@@ -768,8 +768,8 @@ describe('Controllers', () => {
assert.strictEqual(response.statusCode, 200); assert.strictEqual(response.statusCode, 200);
}); });
it('should return a Article type object', () => { it('should return a Note type object', () => {
assert.strictEqual(body.type, 'Article'); assert.strictEqual(body.type, 'Note');
}); });
}); });