Change clonedNotebookId to clonedNoteId

This commit is contained in:
hyonzin 2016-10-24 02:03:01 +09:00
parent 496695c355
commit 000605fa9b

View file

@ -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);
}
}