Skip to content

Commit

Permalink
Supervisor plugin test fix related to influxdata#2813
Browse files Browse the repository at this point in the history
  • Loading branch information
k255 committed Aug 25, 2017
1 parent fd60894 commit 7e4fc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/supervisor/supervisor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestSupervisor_ValidateMetrics(t *testing.T) {

var metricsCounted = 0
for _, metric := range intMetrics {
assert.True(t, acc.HasIntField("supervisor", metric))
assert.True(t, acc.HasInt64Field("supervisor", metric))
metricsCounted++
}

Expand Down

0 comments on commit 7e4fc4d

Please sign in to comment.