rdhabalia commented on a change in pull request #12674:
URL: https://github.com/apache/pulsar/pull/12674#discussion_r745156071
##########
File path:
pulsar-client-tools/src/test/java/org/apache/pulsar/admin/cli/TestRunMain.java
##########
@@ -31,7 +31,7 @@
public void runMainNoArguments() throws Exception {
PulsarAdminTool.setAllowSystemExit(false);
PulsarAdminTool.main(new String[0]);
- assertEquals(PulsarAdminTool.getLastExitCode(), 1);
+ assertEquals(PulsarAdminTool.getLastExitCode(), 0);
Review comment:
yes, it was for testing. created a separate PR:
https://github.com/apache/pulsar/pull/12675
--
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]