We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5cbac commit 84e0315Copy full SHA for 84e0315
util/otelutil/span_test.go
@@ -13,10 +13,10 @@ import (
13
"go.opentelemetry.io/otel/exporters/stdout/stdouttrace"
14
)
15
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"
+const (
+ bktracesFixture = "./fixtures/bktraces.json"
+ otlpFixture = "./fixtures/otlp.json"
+)
20
21
func TestParseSpanStubs(t *testing.T) {
22
dt, err := os.ReadFile(bktracesFixture)
0 commit comments