Skip to content

Commit 743cb98

Browse files
committed
fix(benchmark): Align expected error message with received one in distributor push benchmark
change introduced by PR #12583
1 parent 30d13f7 commit 743cb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/distributor/distributor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@ func BenchmarkDistributor_Push(b *testing.B) {
23192319

23202320
return metrics, samples
23212321
},
2322-
expectedErr: "received a series whose label value length exceeds the limit",
2322+
expectedErr: "received a series whose label value length of 204 exceeds the limit of 200",
23232323
},
23242324
"timestamp too new": {
23252325
prepareConfig: func(limits *validation.Limits) {

0 commit comments

Comments
 (0)