From ab9a685912839760dd58f7602c6e9a72170cf1e2 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 7 Jun 2016 18:21:54 -0700 Subject: [PATCH] install from store to get app auto update --- 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 a7b4785..c9cf34e 100644 --- a/test/cloudron-autoupdate-sfo1-test.js +++ b/test/cloudron-autoupdate-sfo1-test.js @@ -77,8 +77,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); }); it('can populate the addons', function () {