mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix test
This commit is contained in:
parent
0033d326ea
commit
08990115dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue