Skip to content

Commit

Permalink
Revert "add api testcases”"
Browse files Browse the repository at this point in the history
This reverts commit 63c704a.
  • Loading branch information
alios-studio committed Jan 15, 2019
1 parent a689f0f commit e9f0b54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ public void domServeStatus() throws Exception {
.appendParam("dom", NamingBase.TEST_DOM_1)
.done(),
String.class);

Assert.assertTrue(response.getStatusCode().is2xxSuccessful());

JSONObject json = JSON.parseObject(response.getBody());
Expand Down

0 comments on commit e9f0b54

Please sign in to comment.