This commit is contained in:
Lee moon soo 2015-04-06 20:05:18 +09:00
parent 0033d326ea
commit 08990115dc

View file

@ -79,7 +79,7 @@ public class ZeppelinRestApiTest extends AbstractTestRestApi {
assertThat(get, isAllowed());
Map<String, Object> resp = gson.fromJson(get.getResponseBodyAsString(), new TypeToken<Map<String, Object>>(){}.getType());
Map<String, Object> body = (Map<String, Object>) resp.get("body");
assertEquals(6, body.size());
assertEquals(7, body.size());
get.releaseConnection();
}