install with version id (otherwise 0.15.0 installs latest with appStoreId set)

This commit is contained in:
Girish Ramakrishnan 2016-06-07 22:52:59 -07:00
parent ee51743a60
commit 2f5ed610a5
1 changed files with 1 additions and 2 deletions

View File

@ -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 () {