From cefa1949982295ad5f91117834e715274c836478 Mon Sep 17 00:00:00 2001 From: Han Kang Date: Tue, 26 Jul 2022 11:01:59 -0700 Subject: [PATCH] Update test/instrumentation/error.go Co-authored-by: Damien Grisonnet --- test/instrumentation/error.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/instrumentation/error.go b/test/instrumentation/error.go index 20e1d6c7240..4cee63be64e 100644 --- a/test/instrumentation/error.go +++ b/test/instrumentation/error.go @@ -33,7 +33,7 @@ const ( errBadImportedVariableAttribute = "Metric attribute was not correctly set. Please use only global consts in correctly impoprted same file" errFieldNotSupported = "Field %s is not supported" errBuckets = "Buckets should be set to list of floats, result from function call of prometheus.LinearBuckets or prometheus.ExponentialBuckets" - errObjectives = "Buckets should be set to map of floats to floats" + errObjectives = "Objectives should be set to map of floats to floats" errDecodeUint32 = "Should decode to uint32" errDecodeInt64 = "Should decode to int64"