mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Change clonedNotebookId to clonedNoteId
This commit is contained in:
parent
496695c355
commit
000605fa9b
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ public class NotebookRestApiTest extends AbstractTestRestApi {
|
|||
|
||||
//cleanup
|
||||
ZeppelinServer.notebook.removeNote(note1.getId(), anonymous);
|
||||
ZeppelinServer.notebook.removeNote(clonedNotebookId, anonymous);
|
||||
ZeppelinServer.notebook.removeNote(clonedNoteId, anonymous);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue