Skip to content

Commit 4174533

Browse files
committed
Fixed service monitor name
1 parent c461704 commit 4174533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/operands/prometheus/prometheus_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ var _ = Describe("prometheusForKAIConfig", func() {
478478

479479
serviceMonitor := test_utils.FindTypeInObjects[*monitoringv1.ServiceMonitor](objects)
480480
Expect(serviceMonitor).NotTo(BeNil())
481-
Expect((*serviceMonitor).Name).To(Equal("queuecontroller"))
481+
Expect((*serviceMonitor).Name).To(Equal("queue-controller"))
482482
})
483483

484484
It("should return empty objects list when ServiceMonitors are disabled", func(ctx context.Context) {

0 commit comments

Comments
 (0)