This commit is contained in:
Girish Ramakrishnan 2015-06-20 11:47:59 -07:00
parent 413a9dbcf1
commit 4e1708d20b
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
exports = module.exports = { exports = module.exports = {
TESTAPP_ID: 'io.cloudron.testapp', TESTAPP_ID: 'io.cloudron.testapp',
TESTAPP_VERSION : '1.0.2' TESTAPP_VERSION : '1.0.2',
cloudronDomain: cloudronDomain, cloudronDomain: cloudronDomain,
verifyResponse: verifyResponse verifyResponse: verifyResponse

View File

@ -48,7 +48,7 @@ describe('Application flow test', function () {
it('can create a cloudron', function () { it('can create a cloudron', function () {
box = appStore.createCloudron({ box = appStore.createCloudron({
domain: cloudronDomain(__filename), domain: common.cloudronDomain(__filename),
zoneName: 'smartserver.io', zoneName: 'smartserver.io',
region: 'sfo1', region: 'sfo1',
size: '512mb', size: '512mb',

View File

@ -48,7 +48,7 @@ describe('Appstore new user flow', function () {
it('can create a cloudron', function () { it('can create a cloudron', function () {
box = appStore.createCloudron({ box = appStore.createCloudron({
domain: cloudronDomain(__filename), domain: common.cloudronDomain(__filename),
zoneName: 'smartserver.io', zoneName: 'smartserver.io',
region: 'sfo1', region: 'sfo1',
size: '512mb', size: '512mb',