Skip to content

Commit

Permalink
update datadogconnector tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Nov 27, 2024
1 parent adbca53 commit 460ff64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/datadogconnector/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

func TestExamples(t *testing.T) {
t.Setenv("DD_API_KEY", "testvalue")
t.Setenv("DD_API_KEY", "aaaaaaaaa")
factories := newTestComponents(t)
const configFile = "./examples/config.yaml"
// https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33594
Expand Down

0 comments on commit 460ff64

Please sign in to comment.