mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix test: set state back
This commit is contained in:
parent
fc91b2f157
commit
010c26200d
1 changed files with 4 additions and 0 deletions
|
|
@ -1119,6 +1119,10 @@ public class NotebookTest implements JobListenerFactory{
|
|||
assertEquals(notebookAuthorization.getOwners(notePrivate.getId()).size(), 1);
|
||||
assertEquals(notebookAuthorization.getReaders(notePrivate.getId()).size(), 1);
|
||||
assertEquals(notebookAuthorization.getWriters(notePrivate.getId()).size(), 1);
|
||||
|
||||
//set back public to true
|
||||
System.setProperty(ConfVars.ZEPPELIN_NOTEBOOK_PUBLIC.getVarName(), "true");
|
||||
ZeppelinConfiguration.create();
|
||||
}
|
||||
|
||||
private void delete(File file){
|
||||
|
|
|
|||
Loading…
Reference in a new issue