From 4edb056e885dd3633cb0f5d716d9c47298d0d877 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 5 May 2016 15:55:38 -0700 Subject: [PATCH] typo --- test/app-flow-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {