cmccabe commented on code in PR #12072:
URL: https://github.com/apache/kafka/pull/12072#discussion_r861405580


##########
core/src/test/scala/unit/kafka/security/authorizer/AclAuthorizerTest.scala:
##########
@@ -714,7 +716,7 @@ class AclAuthorizerTest extends QuorumTestHarness with 
BaseAuthorizerTest {
 
   @Test
   def testThrowsOnAddPrefixedAclIfInterBrokerProtocolVersionTooLow(): Unit = {
-    givenAuthorizerWithProtocolVersion(Option(KAFKA_2_0_IV0))
+    givenAuthorizerWithProtocolVersion(Option(MetadataVersion.IBP_2_0_IV0))

Review Comment:
   We can import `MetadataVersion.IBP_2_0_IV0` so that you only need to type 
`IBP_2_0_IV0` here 



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to