Sort metrics before comparing in graphite test
(cherry picked from commit 98e784faf3
)
This commit is contained in:
parent
07b7e09749
commit
f46370d982
|
@ -212,6 +212,8 @@ func TestSerializeValueBoolean(t *testing.T) {
|
|||
fmt.Sprintf("localhost.enabled.cpu0.us-west-2.cpu 1 %d", now.Unix()),
|
||||
fmt.Sprintf("localhost.disabled.cpu0.us-west-2.cpu 0 %d", now.Unix()),
|
||||
}
|
||||
sort.Strings(mS)
|
||||
sort.Strings(expS)
|
||||
assert.Equal(t, expS, mS)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue