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