fonsdant commented on code in PR #17038: URL: https://github.com/apache/kafka/pull/17038#discussion_r1742821094
########## connect/mirror/src/test/java/org/apache/kafka/connect/mirror/MirrorCheckpointConnectorTest.java: ########## @@ -151,7 +155,14 @@ public void testFindConsumerGroups() throws Exception { doReturn(groups).when(connector).listConsumerGroups(); doReturn(true).when(connector).shouldReplicateByTopicFilter(anyString()); doReturn(true).when(connector).shouldReplicateByGroupFilter(anyString()); - doReturn(offsets).when(connector).listConsumerGroupOffsets(anyString()); Review Comment: I have not used offsets anymore, but offsetsResult need to be mocked -- 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