Fix bug for error count in ipmi_test
This commit is contained in:
parent
9a47ddaedb
commit
1b48a1e833
|
@ -178,7 +178,7 @@ func TestIpmi(t *testing.T) {
|
||||||
|
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
||||||
assert.Equal(t, acc.NFields(), 2, "non-numeric measurements should be ignored")
|
assert.Equal(t, acc.NFields(), 266, "non-numeric measurements should be ignored")
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestIpmiConnection(t *testing.T) {
|
func TestIpmiConnection(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue