Commit fd36db19 authored by 龚小红's avatar 龚小红

Merge branch 'gifeature/2021090201-gxh' into 'master'

取消直播权限的强校验

See merge request test-group/kejiji!113
parents 651c3ddb 747fd5d1
......@@ -880,7 +880,7 @@ public class PersonCard implements Authorization {
boolean success = response.jsonPath().getBoolean("success");
boolean data = response.jsonPath().getBoolean("data");
Assert.assertTrue(success,network.message(SELLERCARD_HASLIVEAUTH ,"接口返回失败",response.body().asString()));
Assert.assertTrue(data,network.message(SELLERCARD_HASLIVEAUTH ,"权限直播错误",response.body().asString()));
Assert.assertNotNull(data,network.message(SELLERCARD_HASLIVEAUTH ,"直播权限为空",response.body().asString()));
}
@Test(description = "查看新手引导", priority = 41) //priorty 方法执行优先级
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment