justinmclean commented on code in PR #5606:
URL: https://github.com/apache/gravitino/pull/5606#discussion_r1855892542


##########
clients/cli/src/test/java/org/apache/gravitino/cli/TestMetalakeCommands.java:
##########
@@ -59,7 +59,9 @@ void testListMetalakesCommand() {
         spy(
             new GravitinoCommandLine(
                 mockCommandLine, mockOptions, CommandEntities.METALAKE, 
CommandActions.LIST));
-    
doReturn(mockList).when(commandLine).newListMetalakes(GravitinoCommandLine.DEFAULT_URL,
 false);
+    doReturn(mockList)
+        .when(commandLine)
+        .newListMetalakes(GravitinoCommandLine.DEFAULT_URL, false, "");

Review Comment:
   If --output is not specified on the CLI then its value should be null not an 
empty string?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to