Skip to content

Commit f993b85

Browse files
committed
fix error
1 parent 0bfdec2 commit f993b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/prometheus/prometheus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ var _ = g.Describe("[sig-instrumentation][Late] Alerts", func() {
553553
fmt.Sprintf(`avg_over_time(cluster:telemetry_selected_series:count[%s]) >= %d`, testDuration, averageSeriesLimit): false,
554554
fmt.Sprintf(`max_over_time(cluster:telemetry_selected_series:count[%s]) >= 1200`, testDuration): false,
555555
}
556-
err = helper.RunQueries(context.TODO(), oc.NewPrometheusClient(context.TODO()), tests, oc)
556+
err := helper.RunQueries(context.TODO(), oc.NewPrometheusClient(context.TODO()), tests, oc)
557557
o.Expect(err).NotTo(o.HaveOccurred())
558558

559559
e2e.Logf("Total number of series sent via telemetry is below the limit")

0 commit comments

Comments
 (0)