dajac commented on code in PR #19485: URL: https://github.com/apache/kafka/pull/19485#discussion_r2046200156
########## core/src/test/scala/unit/kafka/server/KafkaApisTest.scala: ########## @@ -1010,11 +1010,7 @@ class KafkaApisTest extends Logging { val requestChannelRequest = buildRequest(new OffsetCommitRequest.Builder(offsetCommitRequest).build()) val future = new CompletableFuture[OffsetCommitResponseData]() - when(groupCoordinator.commitOffsets( Review Comment: In this one 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