Skip to content

Commit cd1ea27

Browse files
committed
fix: monitoring e2e test
Signed-off-by: Bence Csati <[email protected]>
1 parent f701663 commit cd1ea27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/logging_metrics_monitoring/logging_metrics_monitoring_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ func waitForPodReady(ctx context.Context, c client.Client, pod *corev1.Pod) erro
289289
}))
290290
}
291291

292-
func checkServiceMonitorAvailability(serviceMonitors []*v1.ServiceMonitor) error {
292+
func checkServiceMonitorAvailability(serviceMonitors []v1.ServiceMonitor) error {
293293
if len(serviceMonitors) == 0 {
294294
return errors.New("no service monitors found")
295295
}

0 commit comments

Comments
 (0)