crossoverJie commented on code in PR #1966:
URL: https://github.com/apache/hertzbeat/pull/1966#discussion_r1597578043
##########
collector/src/test/java/org/apache/hertzbeat/collector/collect/redfish/RedfishCollectImplTest.java:
##########
@@ -77,88 +79,96 @@ void mockCollect() throws Exception {
CollectRep.MetricsData.Builder builder =
CollectRep.MetricsData.newBuilder();
List<String> aliasField = new ArrayList<>();
aliasField.add("$.['@odata.id']");
-
redfishProtocol.setSchema("/redfish/v1/Chassis/{ChassisId}/PowerSubsystem/PowerSupplies");
+
redfishProtocol.setSchema("/redfish/v1/chassis/{ChassisId}/PowerSubsystem/PowerSupplies");
Review Comment:
Thanks for the clarification, I've reverted.
Now just change the variable name: `String Chassis` -> `String chassis`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]