mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update tests for new InterpreterContext constructor
This commit is contained in:
parent
5709c5d516
commit
73663f6c14
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ public class PySparkInterpreterMatplotlibTest {
|
|||
pyspark.open();
|
||||
}
|
||||
|
||||
context = new InterpreterContext("note", "id", "title", "text",
|
||||
context = new InterpreterContext("note", "id", null, "title", "text",
|
||||
new AuthenticationInfo(),
|
||||
new HashMap<String, Object>(),
|
||||
new GUI(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue