From e34afa98542714cd8148c85c1e922d0fc3016eb6 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 29 Jun 2016 12:21:18 -0500 Subject: [PATCH] ams3 -> ams2 --- test/cloudron-update-ams3-test.js | 2 +- test/cloudron-user-test.js | 2 +- test/custom-domain-test.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 });