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 <[email protected]>
  • Loading branch information
Louis-Etienne Dorval committed Oct 30, 2018
1 parent bc186cc commit 345a04f
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 345a04f

Please sign in to comment.