jolshan commented on code in PR #13112: URL: https://github.com/apache/kafka/pull/13112#discussion_r1080661020
########## core/src/test/scala/unit/kafka/server/KafkaApisTest.scala: ########## @@ -3448,7 +3445,7 @@ class KafkaApisTest { val expectedJoinGroupResponse = new JoinGroupResponseData() .setErrorCode(Errors.INCONSISTENT_GROUP_PROTOCOL.code) .setMemberId("member") - .setProtocolName(if (version >= 7) null else GroupCoordinator.NoProtocol) + .setProtocolName(if (version >= 7) null else kafka.coordinator.group.GroupCoordinator.NoProtocol) Review Comment: Did we want to move these constants too? -- 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