You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2022/01/27 10:02:43 UTC

[GitHub] [zeppelin] huage1994 commented on a change in pull request #4292: [ZEPPELIN-5642] Provide REST API and SDK to get noteId by notePath

huage1994 commented on a change in pull request #4292:
URL: https://github.com/apache/zeppelin/pull/4292#discussion_r793443837



##########
File path: zeppelin-server/src/test/java/org/apache/zeppelin/rest/NotebookRestApiTest.java
##########
@@ -120,6 +120,38 @@ public void testGetReloadNote() throws IOException {
       }
     }
   }
+  
+  @Test
+  public void testGetNoteByPath() throws IOException {

Review comment:
       > It's better to add a test for querying a not-existed note
   
   Thanks @zjffdu  for reviews.  have added test case for querying not-existed note
   
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org