Revert "add api testcases”"

This reverts commit 63c704a1eb.
This commit is contained in:
xiaochun.xxc 2019-01-15 19:25:33 +08:00
parent a689f0f694
commit e9f0b548c9

View File

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