diff --git a/test/cloudron-update-ams3-test.js b/test/cloudron-update-ams3-test.js index 9340020..788cb3e 100644 --- a/test/cloudron-update-ams3-test.js +++ b/test/cloudron-update-ams3-test.js @@ -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 }); diff --git a/test/cloudron-user-test.js b/test/cloudron-user-test.js index ddfc8ef..1ce739a 100644 --- a/test/cloudron-user-test.js +++ b/test/cloudron-user-test.js @@ -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 }); diff --git a/test/custom-domain-test.js b/test/custom-domain-test.js index bfacf85..4f21338 100644 --- a/test/custom-domain-test.js +++ b/test/custom-domain-test.js @@ -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 });