From 680e36da6725c22460b8e02f5aea6e1976e8be73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 28 Jan 2022 14:58:32 -0500 Subject: [PATCH] test: fix derp --- 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 246538b3c8..91e687d801 100644 --- a/test/controllers-admin.js +++ b/test/controllers-admin.js @@ -242,7 +242,7 @@ describe('Admin Controllers', () => { }); }); - it('should load /admin/extend/plugins', (done) => { + it('should load /admin/extend/plugins', function (done) { this.timeout(50000); request(`${nconf.get('url')}/api/admin/extend/plugins`, { jar: jar, json: true }, (err, res, body) => { assert.ifError(err);