From 68d5da26edd89d860f29bc2a8f97f8b491da9030 Mon Sep 17 00:00:00 2001 From: 15829070344 Date: Mon, 25 Jul 2022 19:51:01 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90OpenHarmony-3.1-Release=E3=80=91?= =?UTF-8?q?=E3=80=90=E8=B4=A6=E5=8F=B7=E3=80=91=E9=81=97=E7=95=99=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 15829070344 --- .../entry/src/main/js/test/OsAccountGet.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/test/OsAccountGet.test.js b/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/test/OsAccountGet.test.js index 8fa7c6112..31ac448eb 100755 --- a/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/test/OsAccountGet.test.js +++ b/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/test/OsAccountGet.test.js @@ -333,7 +333,7 @@ describe('ActsOsAccountThirdPartyTest_third1', function () { expect(data.constraints.length > 0).assertEqual(true); expect(data.isVerified).assertEqual(false); expect(data.distributedInfo.name != null).assertEqual(true); - expect(data.distributedInfo.domain != null).assertEqual(true); + expect(data.domainInfo.domain == "").assertEqual(true); localId = data.localId; osAccountManager.getSerialNumberByOsAccountLocalId(localId, (err, serialNumber)=>{ console.debug("====>queryOsAccountById err:" + JSON.stringify(err)); -- GitLab