From a37521b0167bf3c10c1b856ed317589f4a08bede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 12 Sep 2025 19:27:07 -0400 Subject: [PATCH] lint: fix --- test/controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers.js b/test/controllers.js index 5ef313a6d2..d79cf6de04 100644 --- a/test/controllers.js +++ b/test/controllers.js @@ -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 () => {