|
@@ -231,7 +231,7 @@ describe('Application life cycle test', function () {
|
|
|
app = inspect.apps.filter(function (a) { return a.location === LOCATION; })[0];
|
|
|
expect(app).to.be.an('object');
|
|
|
|
|
|
- login(function () {
|
|
|
+ login(email, password, function () {
|
|
|
execSync('cloudron uninstall --app ' + app.id, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
|
|
|
done();
|
|
|
});
|