unit test fixup

This commit is contained in:
Cameron Sparr 2016-12-01 19:17:44 +00:00
parent af6e7b9531
commit 9f6666beb3
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ func TestParseValidPrometheus(t *testing.T) {
"gauge": float64(1),
}, metrics[0].Fields())
assert.Equal(t, map[string]string{
"osVersion": "CentOS\\ Linux\\ 7\\ (Core)",
"osVersion": "CentOS Linux 7 (Core)",
"dockerVersion": "1.8.2",
"kernelVersion": "3.10.0-229.20.1.el7.x86_64",
"cadvisorRevision": "",