mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fixed test after rebase
This commit is contained in:
parent
18b39bdb91
commit
cb66946f92
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ public class NotebookTest implements JobListenerFactory{
|
|||
Note note = notebook.createNote(anonymous);
|
||||
factory.setInterpreters(anonymous.getUser(), note.getId(), factory.getDefaultInterpreterSettingList());
|
||||
|
||||
Note cloneNote = notebook.cloneNote(note.getId(), null, null);
|
||||
Note cloneNote = notebook.cloneNote(note.getId(), null, anonymous);
|
||||
assertEquals(cloneNote.getName(), "Note " + cloneNote.getId());
|
||||
notebook.removeNote(note.getId(), null);
|
||||
notebook.removeNote(cloneNote.getId(), null);
|
||||
|
|
|
|||
Loading…
Reference in a new issue