summaryrefslogtreecommitdiff
path: root/redfish-core/lib/network_protocol.hpp
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2019-10-15 01:33:22 +0300
committerJason Bills <jason.m.bills@linux.intel.com>2019-10-15 20:14:13 +0300
commit659dd62e3d68e67480841356d540a8aa611fb004 (patch)
treeddd3b394f22172c86010e2aa8f2b5662f5816934 /redfish-core/lib/network_protocol.hpp
parenta08752f577e72201227991276f8d7d5a25d81a00 (diff)
downloadbmcweb-659dd62e3d68e67480841356d540a8aa611fb004.tar.xz
Fix Redfish validator warning
Trailing slash warnings now show up in the validator report, so fix this one. Tested: Passed the Redfish Service Validator. Change-Id: I8db7eb488b44eba9510ae4e1071b2da15eaa22c1 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Diffstat (limited to 'redfish-core/lib/network_protocol.hpp')
-rw-r--r--redfish-core/lib/network_protocol.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/network_protocol.hpp b/redfish-core/lib/network_protocol.hpp
index 75d13d415e..0db1aa2d1b 100644
--- a/redfish-core/lib/network_protocol.hpp
+++ b/redfish-core/lib/network_protocol.hpp
@@ -263,7 +263,7 @@ class NetworkProtocol : public Node
}
asyncResp->res.jsonValue["HTTPS"]["Certificates"] = {
{"@odata.id", "/redfish/v1/Managers/bmc/NetworkProtocol/"
- "HTTPS/Certificates/"}};
+ "HTTPS/Certificates"}};
for (auto& unit : r)
{