actually check if app is healthy
This commit is contained in:
parent
261b1ec561
commit
b95951937a
@ -108,6 +108,7 @@ Cloudron.prototype.waitForApp = function (appId) {
|
||||
}
|
||||
assert.strictEqual(res.body.installationState, 'installed');
|
||||
assert.strictEqual(res.body.runState, 'running');
|
||||
assert.strictEqual(res.body.health, 'healthy');
|
||||
|
||||
return res.body;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user