mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-10 01:23:04 +01:00
test: fix test expecting Note when it is now Article
This commit is contained in:
@@ -359,8 +359,8 @@ describe('Controllers', () => {
|
||||
assert.strictEqual(response.statusCode, 200);
|
||||
});
|
||||
|
||||
it('should return a Note type object', () => {
|
||||
assert.strictEqual(body.type, 'Note');
|
||||
it('should return a Article type object', () => {
|
||||
assert.strictEqual(body.type, 'Article');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user