mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
update unittest
This commit is contained in:
parent
e89c9b8565
commit
cbbd58ae5f
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ public class InterpreterRestApiTest extends AbstractTestRestApi {
|
|||
}
|
||||
|
||||
// then
|
||||
assertEquals(p.getResult().message(), getSimulatedMarkdownResult("markdown restarted"));
|
||||
assertEquals(p.getResult().message().get(0).getData(), getSimulatedMarkdownResult("markdown restarted"));
|
||||
ZeppelinServer.notebook.removeNote(note.getId(), anonymous);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue