Sort metrics before comparing in graphite test
This commit is contained in:
parent
7f71b10080
commit
16edaa0ae9
|
@ -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