ams3 -> ams2

This commit is contained in:
Girish Ramakrishnan 2016-06-29 12:21:18 -05:00
parent 67559ec339
commit e34afa9854
3 changed files with 3 additions and 3 deletions

View File

@ -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
});

View File

@ -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
});

View File

@ -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
});