summaryrefslogtreecommitdiff
path: root/test/redfish-core/include/utils/query_param_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/redfish-core/include/utils/query_param_test.cpp')
-rw-r--r--test/redfish-core/include/utils/query_param_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/redfish-core/include/utils/query_param_test.cpp b/test/redfish-core/include/utils/query_param_test.cpp
index d049314d75..8c75241d77 100644
--- a/test/redfish-core/include/utils/query_param_test.cpp
+++ b/test/redfish-core/include/utils/query_param_test.cpp
@@ -232,7 +232,7 @@ TEST(GetSelectParam, TrieNodesRespectAllProperties)
SelectTrie getTrie(std::span<std::string_view> properties)
{
SelectTrie trie;
- for (auto const& property : properties)
+ for (const auto& property : properties)
{
EXPECT_TRUE(trie.insertNode(property));
}