mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix notebook rest api test
This commit is contained in:
parent
48fd94e03d
commit
b39cb2aac9
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ public class NotebookRestApiTest extends AbstractTestRestApi {
|
|||
}.getType());
|
||||
assertEquals(resp.get("status"), "OK");
|
||||
post.releaseConnection();
|
||||
assertEquals(p.getStatus(), Job.Status.READY);
|
||||
assertEquals(p.getStatus(), Job.Status.FINISHED);
|
||||
|
||||
// run non-blank paragraph
|
||||
p.setText("test");
|
||||
|
|
|
|||
Loading…
Reference in a new issue