Skip to content

Commit

Permalink
[#8004] fix test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo-jung committed Jun 24, 2022
1 parent 9fd59aa commit e65303f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 156 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
/**
* @author Hyunjoon Cho
*/
@Ignore
public class PinotSystemMetricDaoTest {

private final static String TOPIC = "test-topic";
Expand All @@ -66,7 +65,7 @@ public Object answer(InvocationOnMock invocation) throws Throwable {
logger.info("Sending View {}", sendCount.getSendCount());
return null;
}
}).when(kafkaTemplate).send(anyString(), any(SystemMetricView.class));
}).when(kafkaTemplate).send(anyString(), anyString(), any(SystemMetricView.class));
}

@Test
Expand Down

0 comments on commit e65303f

Please sign in to comment.