From 2f5ed610a5ace2cbe3bbd51a75939613d227a3c2 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 7 Jun 2016 22:52:59 -0700 Subject: [PATCH] install with version id (otherwise 0.15.0 installs latest with appStoreId set) --- test/new-user-test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/new-user-test.js b/test/new-user-test.js index 6179e1f..9fafbc0 100644 --- a/test/new-user-test.js +++ b/test/new-user-test.js @@ -69,8 +69,7 @@ describe('Appstore new user flow', function () { var location = 'haste' + (Math.random() * 10000).toFixed(); it('can install app', function () { - var manifest = appStore.getManifest('com.hastebin.cloudronapp', '0.3.0'); - appId = cloudron.installApp(location, manifest); + appId = cloudron.installApp(location, 'com.hastebin.cloudronapp@0.3.0'); }); it('can configure app', function () {