summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/redfish-core/include/redfish_aggregator_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/redfish-core/include/redfish_aggregator_test.cpp b/test/redfish-core/include/redfish_aggregator_test.cpp
index 0739355974..d3c819fcc4 100644
--- a/test/redfish-core/include/redfish_aggregator_test.cpp
+++ b/test/redfish-core/include/redfish_aggregator_test.cpp
@@ -108,7 +108,6 @@ TEST(addPrefixToItem, UnsupportedURIs)
for (const auto& id : validIDs)
{
std::string initial("/redfish/v1/" + std::string(root) + "/");
- std::string correct(initial + "asdfjkl_" + std::string(id));
initial += id;
jsonRequest["@odata.id"] = initial;
addPrefixToItem(jsonRequest["@odata.id"], "asdfjkl");