This commit is contained in:
Girish Ramakrishnan 2016-05-05 15:55:38 -07:00
parent c854bf1989
commit 4edb056e88
1 changed files with 1 additions and 1 deletions

View File

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