Update Links of Memory Patch
This patch had a bug that would create a field only when using expand parameter. This was due to a faulty efficient expand handler.
Testing:
`wget -qO- http://localhost:80/redfish/v1/Systems/system/Memory?\$expand=.`
Does not produce the portion below anymore in the Collection resource
"Location": {
"PartLocation": {
"LocationType": "Slot"
}
},
Tested: done
Google-Bug-Id: 263797854
Change-Id: I33a82aee7ea6e381b0e0fa3ae6172245049a7fe5
Signed-off-by: Edward Lee <edwarddl@google.com>
1 file changed