From de9a51c86383b0cee9cda209e83782b4e58a906f Mon Sep 17 00:00:00 2001 From: glightfoot Date: Sat, 6 Feb 2021 22:59:41 -0500 Subject: [PATCH] fix TestMultipleMatches mapping indent Signed-off-by: glightfoot --- pkg/mapper/mapper_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/mapper/mapper_test.go b/pkg/mapper/mapper_test.go index 006b8e5..a9ac7e6 100644 --- a/pkg/mapper/mapper_test.go +++ b/pkg/mapper/mapper_test.go @@ -1573,7 +1573,7 @@ mappings: - match: aa.bb.*.* name: "aa_bb_${1}_total" labels: - app: "$2" + app: "$2" ` mapper := MetricMapper{} err := mapper.InitFromYAMLString(config) @@ -1620,5 +1620,4 @@ mappings: } } } - }