Update storage/remote/otlptranslator/prometheusremotewrite/metrics_to_prw_test.go

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Signed-off-by: George Krajcsovits <krajorama@users.noreply.github.com>
This commit is contained in:
George Krajcsovits
2024-11-30 21:57:13 +01:00
committed by GitHub
parent f5c7ef3d9d
commit 1b2cf7edcf

View File

@@ -34,7 +34,6 @@ import (
)
func TestFromMetrics(t *testing.T) {
for _, keepIdentifyingResourceAttributes := range []bool{false, true} {
t.Run(fmt.Sprintf("successful/keepIdentifyingAttributes=%v", keepIdentifyingResourceAttributes), func(t *testing.T) {
converter := NewPrometheusConverter()