From 4e1708d20b2e4c68dd86b7362fd8b7b18a528b55 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 20 Jun 2015 11:47:59 -0700 Subject: [PATCH] Fix typo --- common.js | 2 +- test/app-flow-test.js | 2 +- test/new-user-test.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common.js b/common.js index 6d5a80f..f9e6f41 100644 --- a/common.js +++ b/common.js @@ -2,7 +2,7 @@ exports = module.exports = { TESTAPP_ID: 'io.cloudron.testapp', - TESTAPP_VERSION : '1.0.2' + TESTAPP_VERSION : '1.0.2', cloudronDomain: cloudronDomain, verifyResponse: verifyResponse diff --git a/test/app-flow-test.js b/test/app-flow-test.js index 165b385..b31356f 100644 --- a/test/app-flow-test.js +++ b/test/app-flow-test.js @@ -48,7 +48,7 @@ describe('Application flow test', function () { it('can create a cloudron', function () { box = appStore.createCloudron({ - domain: cloudronDomain(__filename), + domain: common.cloudronDomain(__filename), zoneName: 'smartserver.io', region: 'sfo1', size: '512mb', diff --git a/test/new-user-test.js b/test/new-user-test.js index 32ca115..7f0ff17 100644 --- a/test/new-user-test.js +++ b/test/new-user-test.js @@ -48,7 +48,7 @@ describe('Appstore new user flow', function () { it('can create a cloudron', function () { box = appStore.createCloudron({ - domain: cloudronDomain(__filename), + domain: common.cloudronDomain(__filename), zoneName: 'smartserver.io', region: 'sfo1', size: '512mb',