From f4f61b92b4b10d23f45e3e048909de33059ccdb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 9 Mar 2021 13:26:23 -0500 Subject: [PATCH] fix: lint --- test/controllers-admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers-admin.js b/test/controllers-admin.js index 88c939eaf3..95f32aa3e4 100644 --- a/test/controllers-admin.js +++ b/test/controllers-admin.js @@ -257,7 +257,7 @@ describe('Admin Controllers', () => { assert.strictEqual(body.users.length, 0); done(); }); - }) + }); it('should load /admin/manage/registration', (done) => { request(`${nconf.get('url')}/api/admin/manage/registration`, { jar: jar, json: true }, (err, res, body) => {