Skip to content

Commit

Permalink
test: update kafka test
Browse files Browse the repository at this point in the history
  • Loading branch information
KiryaHandsome committed Oct 30, 2023
1 parent b8689d8 commit f8e1a57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
class KafkaProducerTest extends BaseIntegrationTest {

private static final String TOPIC_NAME = "payment-result-topic";
private static final String TOPIC_NAME = "inventory-result-topic";
private static KafkaConsumer<Integer, String> consumer;

@Autowired
Expand Down

0 comments on commit f8e1a57

Please sign in to comment.