Procstat: make tests pass again

Forget to remove `tagmap` in the previous commit.
This commit is contained in:
Yaron de Leeuw 2017-02-23 12:50:01 -05:00
parent 955996a269
commit 0b2b3d020f
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ func TestGather(t *testing.T) {
p := Procstat{
PidFile: file.Name(),
Prefix: "foo",
tagmap: make(map[int32]map[string]string),
}
p.Gather(&acc)
assert.True(t, acc.HasFloatField("procstat", "foo_cpu_time_user"))