From 9f6666beb3b83c911c446ffb78ac3d3e11deb37c Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Thu, 1 Dec 2016 19:17:44 +0000 Subject: [PATCH] unit test fixup --- plugins/inputs/prometheus/parser_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/prometheus/parser_test.go b/plugins/inputs/prometheus/parser_test.go index 161c3449b..fcd32ad43 100644 --- a/plugins/inputs/prometheus/parser_test.go +++ b/plugins/inputs/prometheus/parser_test.go @@ -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": "",