mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 16:06:08 +02:00
fix: returned object type in ap test
This commit is contained in:
@@ -690,7 +690,7 @@ describe('Controllers', () => {
|
||||
});
|
||||
|
||||
it('should return a Note type object', () => {
|
||||
assert.strictEqual(body.type, 'Note');
|
||||
assert.strictEqual(body.type, 'Article');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user