Skip to content

Commit

Permalink
fix test in metricbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
urso committed Jun 12, 2020
1 parent f319101 commit 1183ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/mb/module/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func ExampleRunner() {
return
}

connector, err := module.NewConnector(b.Info, b.Publisher, config, nil)
connector, err := module.NewConnector(b.Info, b.Publisher, config)
if err != nil {
return
}
Expand Down

0 comments on commit 1183ed8

Please sign in to comment.