Skip to content

Commit

Permalink
modified existing decorator test to match new var default
Browse files Browse the repository at this point in the history
  • Loading branch information
mhlidd committed Sep 26, 2024
1 parent 887eac7 commit a0a1527
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class HttpClientDecoratorTest extends ClientDecoratorTest {
if (req) {
1 * span.setTag(Tags.HTTP_METHOD, req.method)
1 * span.setTag(Tags.HTTP_URL, {it.toString() == "$req.url"})
1 * span.setTag(DDTags.HTTP_QUERY, null)
1 * span.setTag(DDTags.HTTP_FRAGMENT, null)
1 * span.setTag(Tags.PEER_HOSTNAME, req.url.host)
1 * span.setTag(Tags.PEER_PORT, req.url.port)
1 * span.setResourceName({ it as String == req.method.toUpperCase() + " " + req.path }, ResourceNamePriorities.HTTP_PATH_NORMALIZER)
Expand Down

0 comments on commit a0a1527

Please sign in to comment.