forked from cloudron-apps/peertube-app
install by id
This commit is contained in:
parent
260ab9ca79
commit
ec44429f87
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ describe('Application life cycle test', function () {
|
||||||
|
|
||||||
// test update
|
// test update
|
||||||
it('can install app', function (done) {
|
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
|
setTimeout(done, 20000); // takes a bit to create root user in background
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue