install by id

This commit is contained in:
Girish Ramakrishnan 2021-09-13 14:26:45 -07:00
parent 260ab9ca79
commit ec44429f87

View file

@ -240,7 +240,7 @@ describe('Application life cycle test', function () {
// test update
it('can install app', function (done) {
execSync('cloudron install --appstore-id ' + app.manifest.id + ' --location ' + LOCATION, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
execSync('cloudron install --appstore-id org.joinpeertube.cloudronapp --location ' + LOCATION, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
setTimeout(done, 20000); // takes a bit to create root user in background
});