Skip to content

Commit

Permalink
unit test fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrc committed Dec 1, 2016
1 parent af6e7b9 commit 9f6666b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/prometheus/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 9f6666b

Please sign in to comment.