cbornet commented on code in PR #15700:
URL: https://github.com/apache/pulsar/pull/15700#discussion_r884825967


##########
pulsar-client-tools-test/src/test/java/org/apache/pulsar/admin/cli/CmdFunctionsTest.java:
##########
@@ -831,7 +845,7 @@ public void testUpdateAuthData() throws Exception {
                 "--jar", URL,
                 "--tenant", "sample",
                 "--namespace", "ns1",
-                "--className", DummyFunction.class.getName(),
+                "--classname", DummyFunction.class.getName(),

Review Comment:
   Both `className` and `classname` are accepted. `className` is the legacy 
deprecated param and only accepted for backward compat. Nowadays people should 
use `classname` so I think it's better to test with what people really use. 
Isn't it ?



-- 
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