Skip to content

Commit

Permalink
Fixed redefined flag
Browse files Browse the repository at this point in the history
Signed-off-by: Louis-Etienne Dorval <louis-etienne.dorval@ticketmaster.com>
  • Loading branch information
Louis-Etienne Dorval committed Oct 22, 2018
1 parent bbf9598 commit cce0759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/integration/kafka_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (s *KafkaIntegrationTestSuite) initialize() error {
topic := "jaeger-kafka-integration-test-" + strconv.FormatInt(time.Now().UnixNano(), 10)

f := kafka.NewFactory()
v, command := config.Viperize(f.AddFlags, app.AddFlags)
v, command := config.Viperize(app.AddFlags)
command.ParseFlags([]string{
"--kafka.topic",
topic,
Expand Down

0 comments on commit cce0759

Please sign in to comment.