Skip to content

Commit 7943bc9

Browse files
committed
fixing test
1 parent 86c1464 commit 7943bc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dd-java-agent/instrumentation/guava-10.0/src/test/groovy/GuavaAsyncResultExtensionTest.groovy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class GuavaAsyncResultExtensionTest extends InstrumentationSpecification {
4848
tags {
4949
defaultTags()
5050
"$Tags.COMPONENT" "opentelemetry"
51+
"$Tags.SPAN_KIND" "internal"
5152
}
5253
}
5354
}
@@ -74,6 +75,7 @@ class GuavaAsyncResultExtensionTest extends InstrumentationSpecification {
7475
tags {
7576
defaultTags()
7677
"$Tags.COMPONENT" "opentelemetry"
78+
"$Tags.SPAN_KIND" "internal"
7779
}
7880
}
7981
}
@@ -104,6 +106,7 @@ class GuavaAsyncResultExtensionTest extends InstrumentationSpecification {
104106
tags {
105107
defaultTags()
106108
"$Tags.COMPONENT" "opentelemetry"
109+
"$Tags.SPAN_KIND" "internal"
107110
errorTags(expectedException)
108111
}
109112
}

0 commit comments

Comments
 (0)