Skip to content

Commit

Permalink
update integration test to check metrics are gathered when name is om…
Browse files Browse the repository at this point in the history
…ited
  • Loading branch information
sigilioso committed Jun 20, 2022
1 parent f52840d commit 86c12d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/kafka_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ func TestKafkaIntegration_consumer_test(t *testing.T) {
consumerConfig := func(command []string) []string {
return append(
command,
"--consumers", "[{\"name\": \"kafka_dummy_consumer\", \"host\": \"kafka_dummy_consumer\", \"port\": 1087},{\"name\": \"kafka_dummy_consumer2\", \"host\": \"kafka_dummy_consumer2\", \"port\": 1088}]",
"--consumers", "[{\"host\": \"kafka_dummy_consumer\", \"port\": 1087},{\"name\": \"kafka_dummy_consumer2\", \"host\": \"kafka_dummy_consumer2\", \"port\": 1088}]",
)
}

Expand Down

0 comments on commit 86c12d2

Please sign in to comment.