mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
test: short OPs create Notes again
This commit is contained in:
@@ -768,8 +768,8 @@ describe('Controllers', () => {
|
||||
assert.strictEqual(response.statusCode, 200);
|
||||
});
|
||||
|
||||
it('should return a Article type object', () => {
|
||||
assert.strictEqual(body.type, 'Article');
|
||||
it('should return a Note type object', () => {
|
||||
assert.strictEqual(body.type, 'Note');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user