From 14e7d6780800dad7d5e005b4dd126b9aa5f85a18 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 8 Sep 2016 00:06:37 +0200 Subject: [PATCH] Revert "Check for LA timezone on sfo cloudron" This reverts commit 58a532d9acbe3be5587652e63af47f4ebf5df167. --- test/new-user-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/new-user-test.js b/test/new-user-test.js index 9b442a2..d59ecca 100644 --- a/test/new-user-test.js +++ b/test/new-user-test.js @@ -32,7 +32,7 @@ describe('Appstore new user flow', function () { user: process.env.IMAP_USERNAME, password: process.env.IMAP_PASSWORD, host: process.env.IMAP_HOST, - port: 993, // imap port + port: 993, // imap port tls: true, readOnly: true }); @@ -101,7 +101,7 @@ describe('Appstore new user flow', function () { it('can get the timezone', function () { // cloudron timezone is set async and this check is here to give Cloudron some time - cloudron.checkTimeZone('America/Los_Angeles'); + cloudron.checkTimeZone('America/New_York'); // this is the timezone of the ec2 ci machine }); // check this after activation