jamesnetherton commented on code in PR #24183:
URL: https://github.com/apache/camel/pull/24183#discussion_r3452738031


##########
components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/routepolicy/MicrometerRoutePolicyMulticastSubRouteTest.java:
##########
@@ -120,7 +120,7 @@ public void testMetricsRoutePolicy() throws Exception {
                 }
                 case APP_INFO_METER_NAME:
                     Gauge gauge = (Gauge) meter;
-                    // It's enough to validate it does not throw a class cast 
exception
+                    assertEquals(0.0, gauge.value(), "app.info gauge should 
have a stable value of 0.0");

Review Comment:
   Yep - latest commit adds that.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to