lint: fix

This commit is contained in:
Barış Soner Uşaklı
2025-09-12 19:27:07 -04:00
parent 56fad0be0d
commit a37521b016

View File

@@ -700,7 +700,7 @@ describe('Controllers', () => {
assert.strictEqual(response.statusCode, 404);
assert.strictEqual(body, 'Not found');
meta.config['brand:touchIcon'] = oldValue;
})
});
it('should error if guests do not have search privilege', async () => {