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
daa634f5bc
commit
18b39bdb91
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ public class NotebookTest implements JobListenerFactory{
|
|||
@Test
|
||||
public void testCloneNoteWithNoName() throws IOException, CloneNotSupportedException,
|
||||
InterruptedException {
|
||||
Note note = notebook.createNote(null);
|
||||
Note note = notebook.createNote(anonymous);
|
||||
factory.setInterpreters(anonymous.getUser(), note.getId(), factory.getDefaultInterpreterSettingList());
|
||||
|
||||
Note cloneNote = notebook.cloneNote(note.getId(), null, null);
|
||||
|
|
|
|||
Loading…
Reference in a new issue