Update tests for new InterpreterContext constructor

This commit is contained in:
Alex Goodman 2016-11-24 10:06:44 -08:00
parent 5709c5d516
commit 73663f6c14

View file

@ -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(),