install with appStoreId for auto update to work

This commit is contained in:
Girish Ramakrishnan 2016-06-10 15:45:35 -07:00
parent c3c5eafefd
commit ccb2f48523
1 changed files with 1 additions and 2 deletions

View File

@ -78,8 +78,7 @@ describe('Cloudron update testing', function () {
var location = 'test' + (Math.random() * 10000).toFixed();
it('can install app', function () {
var manifest = appStore.getManifest(common.TESTAPP_ID, common.PREV_TESTAPP_VERSION);
appId = cloudron.installApp(location, manifest);
// appId = cloudron.installApp(location, common.TESTAPP_ID + '@' + common.PREV_TESTAPP_VERSION);
appId = cloudron.installApp(location, common.TESTAPP_ID + '@' + common.PREV_TESTAPP_VERSION);
});
it('can populate the addons', function () {