From 920eed30f761c46bc9ae2fd5783c141b52f17790 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 30 May 2016 12:45:47 -0700 Subject: [PATCH] new york after all --- test/new-user-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/new-user-test.js b/test/new-user-test.js index 7c5c2b7..6179e1f 100644 --- a/test/new-user-test.js +++ b/test/new-user-test.js @@ -64,7 +64,7 @@ describe('Appstore new user flow', function () { }); it('can get the timezone', function () { - cloudron.checkTimeZone('America/Los_Angeles'); + cloudron.checkTimeZone('America/New_York'); // this is the timezone of the ec2 ci machine }); var location = 'haste' + (Math.random() * 10000).toFixed();