Skip to content

Commit f843abd

Browse files
committed
Fix missed line
1 parent 22aecb3 commit f843abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeppelin-server/src/test/java/org/apache/zeppelin/socket/NotebookServerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public void testMakeSureNoAngularObjectBroadcastToWebsocketWhoFireTheEvent() thr
154154
@Test
155155
public void testImportNotebook() throws IOException {
156156
String msg = "{\"op\":\"IMPORT_NOTE\",\"data\":" +
157-
"{\"notebook\":{\"paragraphs\": [{\"text\": \"Test " +
157+
"{\"note\":{\"paragraphs\": [{\"text\": \"Test " +
158158
"paragraphs import\",\"config\":{},\"settings\":{}}]," +
159159
"\"name\": \"Test Zeppelin notebook import\",\"config\": " +
160160
"{}}}}";

0 commit comments

Comments
 (0)