zoneName is not required
This commit is contained in:
parent
f4bb3cb968
commit
d171d1d08c
@ -41,7 +41,6 @@ describe('Application flow test', function () {
|
||||
it('can create a cloudron', function () {
|
||||
box = appStore.createCloudron({
|
||||
domain: common.cloudronDomain(__filename),
|
||||
zoneName: 'smartserver.io',
|
||||
region: 'sfo1',
|
||||
size: '512mb',
|
||||
version: latestVersion
|
||||
|
@ -43,7 +43,6 @@ describe('Cloudron backup testing', function () {
|
||||
it('can create a cloudron', function () {
|
||||
box = appStore.createCloudron({
|
||||
domain: common.cloudronDomain(__filename),
|
||||
zoneName: 'smartserver.io',
|
||||
region: 'sfo1',
|
||||
size: '512mb',
|
||||
version: latestVersion
|
||||
|
@ -57,7 +57,6 @@ describe('Cloudron update testing', function () {
|
||||
it('can create a cloudron', function () {
|
||||
box = appStore.createCloudron({
|
||||
domain: common.cloudronDomain(__filename),
|
||||
zoneName: 'smartserver.io',
|
||||
region: 'sfo1',
|
||||
size: '512mb',
|
||||
version: fromVersion
|
||||
|
@ -41,7 +41,6 @@ describe('Cloudron user creation testing', function () {
|
||||
it('can create a cloudron', function () {
|
||||
box = appStore.createCloudron({
|
||||
domain: common.cloudronDomain(__filename),
|
||||
zoneName: 'smartserver.io',
|
||||
region: 'sfo1',
|
||||
size: '512mb',
|
||||
version: latestVersion
|
||||
|
@ -52,7 +52,6 @@ describe('Appstore new user flow', function () {
|
||||
it('can create a cloudron', function () {
|
||||
box = appStore.createCloudron({
|
||||
domain: common.cloudronDomain(__filename),
|
||||
zoneName: 'smartserver.io',
|
||||
region: 'sfo1',
|
||||
size: '512mb',
|
||||
version: latestVersion
|
||||
|
Loading…
Reference in New Issue
Block a user