Skip to content

Commit 3cc1ce9

Browse files
committed
fix tests
1 parent a31302d commit 3cc1ce9

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

dd-java-agent/instrumentation/datadog/tracing/trace-annotation/src/test/groovy/TraceAnnotationsTest.groovy

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ class TraceAnnotationsTest extends InstrumentationSpecification {
267267
errored true
268268
tags {
269269
"$Tags.COMPONENT" "trace"
270-
serviceNameSource "m"
271270
errorTags(error.class)
272271
defaultTags()
273272
}
@@ -294,7 +293,6 @@ class TraceAnnotationsTest extends InstrumentationSpecification {
294293
errored true
295294
tags {
296295
"$Tags.COMPONENT" "trace"
297-
serviceNameSource "m"
298296
errorTags(error.class)
299297
defaultTags()
300298
}
@@ -316,7 +314,6 @@ class TraceAnnotationsTest extends InstrumentationSpecification {
316314
operationName "trace.annotation"
317315
tags {
318316
"$Tags.COMPONENT" "trace"
319-
serviceNameSource "m"
320317
defaultTags()
321318
}
322319
}
@@ -342,7 +339,6 @@ class TraceAnnotationsTest extends InstrumentationSpecification {
342339
operationName "trace.annotation"
343340
tags {
344341
"$Tags.COMPONENT" "trace"
345-
serviceNameSource "m"
346342
defaultTags()
347343
}
348344
}
@@ -352,7 +348,6 @@ class TraceAnnotationsTest extends InstrumentationSpecification {
352348
operationName "trace.annotation"
353349
tags {
354350
"$Tags.COMPONENT" "trace"
355-
serviceNameSource "m"
356351
defaultTags()
357352
}
358353
}
@@ -390,7 +385,6 @@ class TraceAnnotationsTest extends InstrumentationSpecification {
390385
errored false
391386
tags {
392387
"$Tags.COMPONENT" "trace"
393-
serviceNameSource "m"
394388
defaultTags()
395389
}
396390
}
@@ -403,7 +397,6 @@ class TraceAnnotationsTest extends InstrumentationSpecification {
403397
errored false
404398
tags {
405399
"$Tags.COMPONENT" "trace"
406-
serviceNameSource "m"
407400
defaultTags()
408401
}
409402
}

0 commit comments

Comments
 (0)