Fix test name
This commit is contained in:
parent
ddd887bd6f
commit
2add09fe8c
|
|
@ -274,7 +274,7 @@ func TestGetNodeCountFromDecoder(t *testing.T) {
|
|||
expectErr: fmt.Errorf("decoding error: oops"),
|
||||
},
|
||||
{
|
||||
name: "fallbacks on error preferred on preferred metric",
|
||||
name: "falls back on error in preferred metric",
|
||||
finalResult: io.EOF,
|
||||
metricValues: []dto.MetricFamily{
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue