Skip to content

Commit

Permalink
Remove stray reference to config
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed May 21, 2024
1 parent 41cf2be commit 70756a7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/beater/beatertest/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ func NewUnstartedServer(t testing.TB, opts ...option) *Server {
config: []*agentconfig.C{agentconfig.MustNewConfigFrom(map[string]interface{}{
"apm-server": map[string]interface{}{
"host": "localhost:0",

// Disable waiting for integration to be installed by default,
// to simplify tests. This feature is tested independently.
"data_streams.wait_for_integration": false,
},
})},
}
Expand Down Expand Up @@ -206,7 +202,6 @@ type option func(*options)
//
// apm-server:
// host: localhost:0
// data_streams.wait_for_integration: false
func WithConfig(cfg ...*agentconfig.C) option {
return func(opts *options) {
opts.config = append(opts.config, cfg...)
Expand Down

0 comments on commit 70756a7

Please sign in to comment.