From 6a3c3364904d523659bb15caa47c16ace5e368bc Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 9 Jul 2016 14:35:46 -0700 Subject: [PATCH] add done arg --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 21f6d67..b2fed04 100755 --- a/test/test.js +++ b/test/test.js @@ -231,7 +231,7 @@ describe('Application life cycle test', function () { }); // check if the _first_ login via email succeeds - it('can login via email', function () { + it('can login via email', function (done) { execSync('cloudron install --new --wait --location ' + LOCATION, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); var inspect = JSON.parse(execSync('cloudron inspect'));