Skip to content

Commit

Permalink
change port kafka in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alirexaa committed Aug 5, 2024
1 parent ef8b67d commit a2d7ad7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public async Task be_healthy_if_kafka_is_available()
{
var configuration = new ProducerConfig()
{
BootstrapServers = "localhost:9092",
BootstrapServers = "localhost:29092",
MessageSendMaxRetries = 0
};

Expand Down

0 comments on commit a2d7ad7

Please sign in to comment.