提交 176652a1 编写于 作者: C cclicn

帐号xts用例配合sdk Api9终审修改

Signed-off-by: Ncclicn <lichenchen22@huawei.com>
上级 3b96873b
......@@ -40,12 +40,12 @@ export default function oauthTokenInfoTest() {
/*
* @tc.number OAuthTokenInfoTest_0100
* @tc.name OAuthTokenInfoTest_0100
* @tc.desc OAuthTokenInfo without account.
* @tc.desc AuthTokenInfo without account.
* @tc.size SmallTest
* @tc.type User
*/
it('OAuthTokenInfoTest_0100', 0, async function (done) {
let info : appAccount.OAuthTokenInfo = {
let info : appAccount.AuthTokenInfo = {
authType: "getSocialData",
token: "xxxxx"
}
......@@ -58,12 +58,12 @@ export default function oauthTokenInfoTest() {
/*
* @tc.number OAuthTokenInfoTest_0200
* @tc.name OAuthTokenInfoTest_0200
* @tc.desc OAuthTokenInfo with account.
* @tc.desc AuthTokenInfo with account.
* @tc.size SmallTest
* @tc.type User
*/
it('OAuthTokenInfoTest_0200', 0, async function (done) {
let info : appAccount.OAuthTokenInfo = {
let info : appAccount.AuthTokenInfo = {
authType: "getSocialData",
token: "xxxxx",
account: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册