Skip to content

Commit

Permalink
fix kafka test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed May 10, 2024
1 parent c85164e commit 2819d22
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ abstract class AbstractKafkaSpringStarterSmokeTest extends AbstractSpringStarter

@Autowired protected KafkaTemplate<String, String> kafkaTemplate;

@SuppressWarnings({"unchecked", "deprecation"})
@Test
void shouldInstrumentProducerAndConsumer() {
testing.clearAllExportedData(); // ignore data from application startup
Expand Down

0 comments on commit 2819d22

Please sign in to comment.