@@ -316,7 +316,7 @@ var _ = Describe("Metrics are generated for OLM managed resources", func() {
316
316
WithValueGreaterThan (0 ),
317
317
)),
318
318
ContainElement (LikeMetric (
319
- WithFamily ("catalogSource_ready " ),
319
+ WithFamily ("catalogsource_ready " ),
320
320
WithName (name ),
321
321
WithNamespace (testNamespace ),
322
322
WithValue (1 ),
@@ -332,7 +332,7 @@ var _ = Describe("Metrics are generated for OLM managed resources", func() {
332
332
return getMetricsFromPod (c , getPodWithLabel (c , "app=catalog-operator" ), "8081" )
333
333
}).Should (And (
334
334
Not (ContainElement (LikeMetric (
335
- WithFamily ("catalogSource_ready " ),
335
+ WithFamily ("catalogsource_ready " ),
336
336
WithName (name ),
337
337
WithNamespace (testNamespace ),
338
338
)))))
@@ -356,7 +356,7 @@ var _ = Describe("Metrics are generated for OLM managed resources", func() {
356
356
return getMetricsFromPod (c , getPodWithLabel (c , "app=catalog-operator" ), "8081" )
357
357
}).Should (And (
358
358
ContainElement (LikeMetric (
359
- WithFamily ("catalogSource_ready " ),
359
+ WithFamily ("catalogsource_ready " ),
360
360
WithName (name ),
361
361
WithNamespace (testNamespace ),
362
362
WithValue (0 ),
@@ -366,7 +366,7 @@ var _ = Describe("Metrics are generated for OLM managed resources", func() {
366
366
return getMetricsFromPod (c , getPodWithLabel (c , "app=catalog-operator" ), "8081" )
367
367
}, "3m" ).Should (And (
368
368
ContainElement (LikeMetric (
369
- WithFamily ("catalogSource_ready " ),
369
+ WithFamily ("catalogsource_ready " ),
370
370
WithName (name ),
371
371
WithNamespace (testNamespace ),
372
372
WithValue (0 ),
0 commit comments