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);