diff --git a/test/app-flow-test.js b/test/app-flow-test.js index 1068b26..64d2509 100644 --- a/test/app-flow-test.js +++ b/test/app-flow-test.js @@ -56,7 +56,7 @@ describe('Application flow test', function () { var location = 'test' + (Math.random() * 10000).toFixed(); it('can install app', function () { var manifest = appStore.getManifest(common.TESTAPP_ID, common.TESTAPP_VERSION); - appId = cloudron.installApp(location, manifest, { ECHO_SERVER_PORT: 5151 ); + appId = cloudron.installApp(location, manifest, { ECHO_SERVER_PORT: 5151 }); }); it('can populate the addons', function () {