Skip to content

Commit 527dec9

Browse files
Fix datadogexporter integration test (#42553)
#### Description Upgrades the `github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil` dependency in the datadog exporter integration test, which fixes the failure in #42513.
1 parent 4f9bb9c commit 527dec9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

exporter/datadogexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/DataDog/agent-payload/v5 v5.0.164
7-
github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.71.0-devel.0.20250902202452-61c2536752eb
7+
github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.71.0-devel.0.20250908112322-c0e8c8158aa2
88
github.com/DataDog/datadog-agent/pkg/proto v0.71.0-devel.0.20250902202452-61c2536752eb
99
github.com/open-telemetry/opentelemetry-collector-contrib/connector/datadogconnector v0.134.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datadogexporter v0.134.0

exporter/datadogexporter/integrationtest/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)