mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix ScioInterpreterTestCase
This commit is contained in:
parent
4387a5b8c7
commit
872fb49e97
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public class ScioInterpreterTest {
|
|||
private final String newline = "\n";
|
||||
|
||||
private InterpreterContext getNewContext() {
|
||||
return new InterpreterContext("note", "id", "title", "text",
|
||||
return new InterpreterContext("note", "id", null, "title", "text",
|
||||
new AuthenticationInfo(),
|
||||
new HashMap<String, Object>(),
|
||||
new GUI(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue