Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marctc committed Nov 25, 2024
1 parent d2c53c2 commit 50ae572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/k8s/otel/k8s_otel_traces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 50ae572

Please sign in to comment.