From b2d441b0474713f75f55aff0294bd2f2bb1929a4 Mon Sep 17 00:00:00 2001 From: JamieDanielson Date: Wed, 19 Apr 2023 15:25:03 -0400 Subject: [PATCH] adjust output for e2e test to remove empty span --- test/e2e/nethttp/traces.json | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/test/e2e/nethttp/traces.json b/test/e2e/nethttp/traces.json index ad20ef277..7d3508eb6 100644 --- a/test/e2e/nethttp/traces.json +++ b/test/e2e/nethttp/traces.json @@ -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": "" } ] }