mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Invalid constructor call in a test
This commit is contained in:
parent
b7307d49de
commit
6c57e4226e
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ public class PythonDockerInterpreterTest implements InterpreterOutputListener {
|
|||
return new InterpreterContext(
|
||||
"noteId",
|
||||
"paragraphId",
|
||||
"replName",
|
||||
"paragraphTitle",
|
||||
"paragraphText",
|
||||
new AuthenticationInfo(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue