eolivelli commented on code in PR #15700:
URL: https://github.com/apache/pulsar/pull/15700#discussion_r884819850
##########
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:
Why are we changing these tests?
Are we breaking compatibility?
I would prefer to not change existing tests if not needed
--
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]