diff --git a/test/new-user-test.js b/test/new-user-test.js index 44a9779..3ea9c4b 100644 --- a/test/new-user-test.js +++ b/test/new-user-test.js @@ -67,7 +67,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.1.1'); + var manifest = appStore.getManifest('com.hastebin.cloudronapp', '0.3.0'); appId = cloudron.installApp(location, manifest); });