From ccb2f48523d692b9a77cd0ed35fcb56edf473a56 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 10 Jun 2016 15:45:35 -0700 Subject: [PATCH] install with appStoreId for auto update to work --- test/cloudron-autoupdate-sfo1-test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/cloudron-autoupdate-sfo1-test.js b/test/cloudron-autoupdate-sfo1-test.js index 99e804e..b5a898a 100644 --- a/test/cloudron-autoupdate-sfo1-test.js +++ b/test/cloudron-autoupdate-sfo1-test.js @@ -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 () {