add api testcases”

This commit is contained in:
xiaochun.xxc 2019-01-15 15:17:07 +08:00
parent eb83e7607f
commit 63c704a1eb

View File

@ -575,7 +575,6 @@ public class RestAPI_ITCase {
.appendParam("dom", NamingBase.TEST_DOM_1) .appendParam("dom", NamingBase.TEST_DOM_1)
.done(), .done(),
String.class); String.class);
Assert.assertTrue(response.getStatusCode().is2xxSuccessful()); Assert.assertTrue(response.getStatusCode().is2xxSuccessful());
JSONObject json = JSON.parseObject(response.getBody()); JSONObject json = JSON.parseObject(response.getBody());