You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
Use existing schema URLs in tests (#6924)
The 1.2.0 schema URL isn't avaibable (anymore?). So link checks are failing. This upgrades the schema URLs to 1.21.0. See https://cloud-native.slack.com/archives/C02UN96HZH6/p1750664367346769 --------- Co-authored-by: Robert Pająk <pellared@hotmail.com>
This commit is contained in:
@@ -212,7 +212,7 @@ func TestEndSpanConfig(t *testing.T) {
|
||||
func TestTracerConfig(t *testing.T) {
|
||||
v1 := "semver:0.0.1"
|
||||
v2 := "semver:1.0.0"
|
||||
schemaURL := "https://opentelemetry.io/schemas/1.2.0"
|
||||
schemaURL := "https://opentelemetry.io/schemas/1.21.0"
|
||||
attrs := attribute.NewSet(
|
||||
attribute.String("user", "alice"),
|
||||
attribute.Bool("admin", true),
|
||||
|
Reference in New Issue
Block a user