提交 68d5da26 编写于 作者: 1 15829070344

【OpenHarmony-3.1-Release】【账号】遗留属性覆盖

Signed-off-by: N15829070344 <hehaitao5@huawei.com>
上级 bcf8507b
......@@ -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));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册