Skip to content

Commit ab26d6f

Browse files
committed
grpc code origin test working
1 parent 134948c commit ab26d6f

File tree

1 file changed

+0
-2
lines changed
  • dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/asserts

1 file changed

+0
-2
lines changed

dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/asserts/TagsAssert.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ class TagsAssert {
115115
}
116116

117117
def codeOriginTags() {
118-
assertedTags.add("code origin span")
119-
120118
assert tags[DDTags.DD_CODE_ORIGIN_TYPE] != null
121119
assert tags[format(DD_CODE_ORIGIN_FRAME, 0, "file")] != null
122120
assert tags[format(DD_CODE_ORIGIN_FRAME, 0, "method")] != null

0 commit comments

Comments
 (0)