Commit e4dc51ef by xuyamei

解决报错

parent 99194085
......@@ -39,7 +39,7 @@ public class TestEditStudioAdmin extends BaseTestImpl {
@Test
public void testEditStudioAdmin() {
String body = "{\"size\":10,\"current\":0}";
String body = "{\"size\":20,\"current\":0}";
JSONObject adminPage = adminTools.pageStudioAdmin(body);
int total = Integer.parseInt(adminPage.getJSONObject("result").getString("total"));
if (total>1){
......
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