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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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()