提交 79d747a1 编写于 作者: G gaoxi

hmos update new

Signed-off-by: Ngaoxi <gaoxi785@huawei.com>
上级 ea40ef3e
......@@ -3388,11 +3388,13 @@ describe('ActsAccountOAuthToken', function () {
it('ActsAccountOAuthToken_28500', 0, async function (done) {
console.debug("====>ActsAccountOAuthToken_28500 start====");
var appAccountManager = account.createAppAccountManager();
var dataInfo = await appAccountManager.getAuthenticatorInfo("com.example.actsaccountOauthtoken").catch((err)=>{
var dataInfo = await appAccountManager.getAuthenticatorInfo
("com.example.actsaccountOauthtoken").catch((err)=>{
console.debug("====>ActsAccountOAuthToken_28500 getAuthenticatorInfo err:" + JSON.stringify(err));
expect(err.code).assertEqual(0);
});
console.debug("====>ActsAccountOAuthToken_28500 getAuthenticatorInfo dataInfo:" + JSON.stringify(dataInfo));
console.debug("====>ActsAccountOAuthToken_28500 getAuthenticatorInfo dataInfo:"
+ JSON.stringify(dataInfo));
done();
});
})
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册