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

增加上传KYC、上传方案、调整策略顺序的测试用例

parent 6cc4255f
......@@ -1478,17 +1478,6 @@ public class Work implements Authorization {
takerCoefficient = leadertotalCoefficient;
}
@Test(description = "客户等级不互通",priority = 104)
public void 客户等级不互通() {
HashMap<String, Object> params = new HashMap<>();
params.put("custId", custId);
params.put("type", 1);
Response response = network.getResponse(params, BasicConfig.WORK_header);
Object followWeight = response.jsonPath().getString("data.followWeight");
Assert.assertNull(followWeight, network.message(params, BasicConfig.WORK_header, "分配销售后客户权重不为空", response.body().asString()));
}
@Test(description = "邀约完成任务",priority = 105)
public void 邀约完成任务(){
otoInviterAuth();
......
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