You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2019/05/08 07:16:53 UTC

[ambari] 04/04: [AMBARI-25266] fixed ambari-web unit test (ihorlukianov)

This is an automated email from the ASF dual-hosted git repository.

aonishuk pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit a0f4e5c820b79c73c3857fbf94fb1508eebaa15c
Author: Ihor Lukianov <ih...@cloudera.com>
AuthorDate: Tue May 7 11:56:13 2019 +0300

    [AMBARI-25266] fixed ambari-web unit test (ihorlukianov)
---
 ambari-web/test/utils/date/timezone_test.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/test/utils/date/timezone_test.js b/ambari-web/test/utils/date/timezone_test.js
index 37a8c8c..ebf5e68 100644
--- a/ambari-web/test/utils/date/timezone_test.js
+++ b/ambari-web/test/utils/date/timezone_test.js
@@ -139,7 +139,7 @@ describe('timezoneUtils', function () {
     it('Detect UTC+1', function () {
       mockTimezoneOffset(0, 60);
       var tz = timezoneUtils.detectUserTimezone();
-      expect(tz).to.contain('0-60|Atlantic');
+      expect(tz).to.contain('0-60|Africa');
     });
 
     it('Detect UTC+1 for Europe', function () {