Juniper / apstra-go-sdk

Go SDK for Apstra
Apache License 2.0
5 stars 1 forks source link

fix test func TestTelemetryServiceRegistry(t *testing.T) { #395

Closed bwJuniper closed 2 months ago

bwJuniper commented 2 months ago
    `require.JSONEqf(t, string(pentry.ApplicationSchema), string(entry.ApplicationSchema), "expected: %s\nactual: %s", string(pentry.ApplicationSchema), string(entry.ApplicationSchema))`

seems to be failing as order in json should not matter but it seems to fail ...