Skip to content

Commit

Permalink
Fix aggregate test after prometheus/common upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Neelesh Jain <[email protected]>
  • Loading branch information
neiljain committed May 4, 2024
1 parent 59f28eb commit ebb7e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/aggregate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ var testLabels = []labelPair{
}

func TestAggregate(t *testing.T) {
contentType := expfmt.FmtText
contentType := expfmt.NewFormat(expfmt.TypeTextPlain)

for _, c := range []struct {
testName string
Expand Down

0 comments on commit ebb7e5d

Please sign in to comment.