diff --git a/test/cloudron-user-test.js b/test/cloudron-user-test.js index f01ab8d..282dcb0 100644 --- a/test/cloudron-user-test.js +++ b/test/cloudron-user-test.js @@ -37,7 +37,7 @@ describe('Cloudron user creation testing', function () { it('can create a cloudron', function () { box = appStore.createCloudron({ domain: common.cloudronDomain(__filename), - region: 'sfo1', + region: 'ams3', size: '1gb', version: BOX_VERSION }); diff --git a/test/custom-domain-test.js b/test/custom-domain-test.js index 25e0bdd..0a19ae8 100644 --- a/test/custom-domain-test.js +++ b/test/custom-domain-test.js @@ -53,7 +53,7 @@ describe('Custom domain test', function () { it('can create a cloudron', function () { box = appStore.createCloudron({ domain: CUSTOM_DOMAIN, - region: 'sfo1', + region: 'ams3', size: '1gb', version: BOX_VERSION });