From cfce605bed095d08d69383e17a7cd5f2213f4917 Mon Sep 17 00:00:00 2001 From: Steven Soroka Date: Fri, 9 Oct 2020 16:10:57 -0400 Subject: [PATCH] add converter test --- plugins/processors/converter/converter_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/processors/converter/converter_test.go b/plugins/processors/converter/converter_test.go index efde0bcd9..0a8200dbe 100644 --- a/plugins/processors/converter/converter_test.go +++ b/plugins/processors/converter/converter_test.go @@ -97,7 +97,7 @@ func TestConverter(t *testing.T) { Integer: []string{"b", "b1", "b2", "b3"}, Unsigned: []string{"c", "c1", "c2", "c3"}, Boolean: []string{"d"}, - Float: []string{"e"}, + Float: []string{"e", "g"}, Tag: []string{"f"}, }, }, @@ -117,6 +117,7 @@ func TestConverter(t *testing.T) { "d": "true", "e": "42.0", "f": "foo", + "g": "foo", }, time.Unix(0, 0), ),