ams3 -> ams2
This commit is contained in:
parent
67559ec339
commit
e34afa9854
@ -53,7 +53,7 @@ describe('Cloudron update testing', function () {
|
||||
it('can create a cloudron', function () {
|
||||
box = appStore.createCloudron({
|
||||
domain: common.cloudronDomain(__filename),
|
||||
region: 'ams3',
|
||||
region: 'ams2',
|
||||
size: '1gb',
|
||||
version: fromVersion
|
||||
});
|
||||
|
@ -45,7 +45,7 @@ describe('Cloudron user creation testing', function () {
|
||||
it('can create a cloudron', function () {
|
||||
box = appStore.createCloudron({
|
||||
domain: common.cloudronDomain(__filename),
|
||||
region: 'ams3',
|
||||
region: 'ams2',
|
||||
size: '1gb',
|
||||
version: BOX_VERSION
|
||||
});
|
||||
|
@ -51,7 +51,7 @@ describe('Custom domain test', function () {
|
||||
it('can create a cloudron', function () {
|
||||
box = appStore.createCloudron({
|
||||
domain: CUSTOM_DOMAIN,
|
||||
region: 'ams3',
|
||||
region: 'ams2',
|
||||
size: '1gb',
|
||||
version: BOX_VERSION
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user