Skip to content

Commit

Permalink
adjust output for e2e test to remove empty span
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDanielson committed Apr 19, 2023
1 parent f31f427 commit b2d441b
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions test/e2e/nethttp/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,6 @@
"spanId": "xxxxx",
"status": {},
"traceId": "xxxxx"
},
{
"attributes": [
{
"key": "http.method",
"value": {
"stringValue": ""
}
},
{
"key": "http.target",
"value": {
"stringValue": ""
}
}
],
"kind": 2,
"parentSpanId": "",
"spanId": "",
"status": {},
"traceId": ""
}
]
}
Expand Down

0 comments on commit b2d441b

Please sign in to comment.