Fix redudancy for association change
s/inventory/chassis according to
https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/22976
Tested: Redundancy still worked with according change
in sensor repo
Change-Id: Id0e517e09908a44fa983a6934b8c4c39d5db4dd6
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/redfish-core/lib/sensors.hpp b/redfish-core/lib/sensors.hpp
index 0ccfc95..b392d6d 100644
--- a/redfish-core/lib/sensors.hpp
+++ b/redfish-core/lib/sensors.hpp
@@ -861,7 +861,7 @@
"GetAll",
"xyz.openbmc_project.Control.FanRedundancy");
},
- "xyz.openbmc_project.ObjectMapper", path + "/inventory",
+ "xyz.openbmc_project.ObjectMapper", path + "/chassis",
"org.freedesktop.DBus.Properties", "Get",
"xyz.openbmc_project.Association", "endpoints");
}