Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Oct 31, 2023
1 parent 965a360 commit 37f0a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/otelcontribcol/processors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func TestDefaultProcessors(t *testing.T) {
processor: "redaction",
},
{
processor: "remoteobserver",
processor: "remotetap",
getConfigFn: func() component.Config {
cfg := procFactories["remotetap"].CreateDefaultConfig().(*remotetapprocessor.Config)
cfg.Endpoint = "localhost:0"
Expand Down

0 comments on commit 37f0a38

Please sign in to comment.