mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
test: short OPs create Notes again
This commit is contained in:
@@ -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');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user