Fix typo
This commit is contained in:
parent
413a9dbcf1
commit
4e1708d20b
@ -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
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user