diff --git a/test/integration/k8s/otel/k8s_otel_traces_test.go b/test/integration/k8s/otel/k8s_otel_traces_test.go index a0f420f83..5350c0fbb 100644 --- a/test/integration/k8s/otel/k8s_otel_traces_test.go +++ b/test/integration/k8s/otel/k8s_otel_traces_test.go @@ -57,7 +57,7 @@ func TestTracesDecoration(t *testing.T) { require.NotEmpty(t, trace.Spans) sd := jaeger.DiffAsRegexp([]jaeger.Tag{ {Key: "k8s.pod.name", Type: "string", Value: "^testserver-.*"}, - {Key: "k8s.container.name", Type: "string", Value: "testserver"}, + {Key: "k8s.container.name", Type: "string", Value: "beyla"}, {Key: "k8s.node.name", Type: "string", Value: ".+-control-plane$"}, {Key: "k8s.pod.uid", Type: "string", Value: k8s.UUIDRegex}, {Key: "k8s.pod.start_time", Type: "string", Value: k8s.TimeRegex},