From 5084bcd1a05633f2f4788adb80b296fd9143d1f1 Mon Sep 17 00:00:00 2001 From: Yoshani Date: Wed, 24 May 2023 11:42:54 +0530 Subject: [PATCH] fix unit tests --- .../wso2/carbon/identity/core/util/IdentityUtilTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/identity-core/org.wso2.carbon.identity.core/src/test/java/org/wso2/carbon/identity/core/util/IdentityUtilTest.java b/components/identity-core/org.wso2.carbon.identity.core/src/test/java/org/wso2/carbon/identity/core/util/IdentityUtilTest.java index 8787a05afd0f..ecc53385bbf0 100644 --- a/components/identity-core/org.wso2.carbon.identity.core/src/test/java/org/wso2/carbon/identity/core/util/IdentityUtilTest.java +++ b/components/identity-core/org.wso2.carbon.identity.core/src/test/java/org/wso2/carbon/identity/core/util/IdentityUtilTest.java @@ -366,9 +366,9 @@ public void testNodeToString() throws Exception { @DataProvider public Object[][] getHmacTestData() { return new Object[][]{ - {"Secret", "text2hmac", "YXtiz29YSC7+tSC/MoSLUp/Bpaw="}, - {"Secret", "", "C+IW8zY183KCv2ykZKQV1rLVuAY="}, - {" ", "", "SRJSdgtKDFBrWRewM1+u6JJU3PI="}, + {"Secret", "text2hmac", "z0XIaT8rj/RWZlR+w0OD0TX51g+hEfTnzucHGSbS0f8="}, + {"Secret", "", "DmWwlxMYdf692IJa9TD+5PHo/4tUn6xTxfme8G0yXPM="}, + {" ", "", "f/LRRYVdcBczSZySEtT6ENcODf1MJMO6aPLnwDElPkQ="}, }; }