Skip to content

Commit 84e0315

Browse files
committed
otelutil: remove unrelated comment
Signed-off-by: CrazyMax <[email protected]>
1 parent 9a5cbac commit 84e0315

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

util/otelutil/span_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import (
1313
"go.opentelemetry.io/otel/exporters/stdout/stdouttrace"
1414
)
1515

16-
// curl -s --unix-socket /tmp/docker-desktop-build-dev.sock http://localhost/blobs/default/default?digest=sha256:3103104e9fa908087bd47572da6ad9a5a7bf973608f736536d18d635a7da0140 -X GET > ./fixtures/bktraces.json
17-
const bktracesFixture = "./fixtures/bktraces.json"
18-
19-
const otlpFixture = "./fixtures/otlp.json"
16+
const (
17+
bktracesFixture = "./fixtures/bktraces.json"
18+
otlpFixture = "./fixtures/otlp.json"
19+
)
2020

2121
func TestParseSpanStubs(t *testing.T) {
2222
dt, err := os.ReadFile(bktracesFixture)

0 commit comments

Comments
 (0)