parent
a689f0f694
commit
e9f0b548c9
@ -535,6 +535,7 @@ 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());
|
||||||
|
Loading…
Reference in New Issue
Block a user