Commit f9e0a35a by zhangying

修改报告报错case

parent 574c9eaa
......@@ -71,7 +71,7 @@ public class TestGetLargeClassLiveList extends XMBaseTest {
JSONObject jsonBody = xmAppApi.getBodyInJSON();
System.out.println("jsonBody ="+jsonBody );
Assert.assertEquals(1, jsonBody.getString("total"));
Assert.assertEquals("1", jsonBody.getJSONObject("result").getString("total"));
Assert.assertEquals("true", jsonBody.getString("success"));
Assert.assertEquals("200", jsonBody.getString("code"));
......
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