Commit 43b58c46 authored by 郭姣's avatar 郭姣

直播,测评启用后,结果兜底图可编辑

parent 92954236
......@@ -489,7 +489,7 @@ public class LiveMaterial implements Authorization {
Assert.assertTrue(success, network.message(addEvaluationPar, BasicConfig.MANAGER_evaluation_saveEnable, "接口调用失败", addEvaluationRes.body().asString()));
try {
Assert.assertEquals(getEvaDetails(evaluationId).getDefaultResultPic(), resultPhoto, "启用后修改兜底结果图成功");
Assert.assertEquals(getEvaDetails(evaluationId).getDefaultResultPic(), evaluationBGPhoto, "启用后修改兜底结果图失败");
}catch (Exception e){
e.printStackTrace();
Assert.fail("获取数据失败");
......
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