frankvicky commented on code in PR #18585:
URL: https://github.com/apache/kafka/pull/18585#discussion_r1920097095
##########
core/src/test/scala/integration/kafka/api/CustomQuotaCallbackTest.scala:
##########
@@ -87,7 +87,6 @@ class CustomQuotaCallbackTest extends IntegrationTestHarness
with SaslSetup {
override def configureSecurityBeforeServersStart(testInfo: TestInfo): Unit =
{
super.configureSecurityBeforeServersStart(testInfo)
- createScramCredentials("", JaasTestUtils.KAFKA_SCRAM_ADMIN,
JaasTestUtils.KAFKA_SCRAM_ADMIN_PASSWORD)
Review Comment:
Thanks for pointing out.
I have replaced it with `createScramCredentials(Admin, String, 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]