squakez commented on code in PR #24183:
URL: https://github.com/apache/camel/pull/24183#discussion_r3452667829
##########
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:
Maybe we can take the opportunity and also check the tags?
--
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]