mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 00:56:13 +01:00
lint: fix
This commit is contained in:
@@ -700,7 +700,7 @@ describe('Controllers', () => {
|
|||||||
assert.strictEqual(response.statusCode, 404);
|
assert.strictEqual(response.statusCode, 404);
|
||||||
assert.strictEqual(body, 'Not found');
|
assert.strictEqual(body, 'Not found');
|
||||||
meta.config['brand:touchIcon'] = oldValue;
|
meta.config['brand:touchIcon'] = oldValue;
|
||||||
})
|
});
|
||||||
|
|
||||||
|
|
||||||
it('should error if guests do not have search privilege', async () => {
|
it('should error if guests do not have search privilege', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user