mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-21 15:41:01 +00:00
add done arg
This commit is contained in:
parent
f3ed9fb02a
commit
6a3c336490
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||
|
||||
|
|
Loading…
Reference in a new issue