Skip to content

Commit a007368

Browse files
authored
Merge pull request #3291 from crazy-max/chore-rm-comment
otelutil: remove unrelated comment
2 parents 5569825 + 84e0315 commit a007368

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)