summaryrefslogtreecommitdiff
path: root/test/http/utility_test.cpp
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-06-27 04:19:33 +0300
committerEd Tanous <ed@tanous.net>2023-06-28 18:14:01 +0300
commit47488a98120200130ce6efb42002a1d180bd9903 (patch)
tree22f8e18bcbf5d5def576e4395d324e0c95ad8cab /test/http/utility_test.cpp
parentcfe3bc0aaf2589e76924e56232e723b42779b3fe (diff)
downloadbmcweb-47488a98120200130ce6efb42002a1d180bd9903.tar.xz
Remove the black_magic namespace
The black_magic namespace has been eradicated of what most would call "black magic" and while there's some non-trivial stuff in there, it's far from the most complicated part of this stack. This commit takes the two remaining things in the black_magic namespace, namely the parameter tagging functionality, and moves them into the utility namespace. Tested: Redfish service validator passes Change-Id: I9e2686fff5ef498cafc4cb83d4d808ea849f7737 Signed-off-by: Ed Tanous <edtanous@google.com>
Diffstat (limited to 'test/http/utility_test.cpp')
-rw-r--r--test/http/utility_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http/utility_test.cpp b/test/http/utility_test.cpp
index 6506fcfb28..0ebba0bebe 100644
--- a/test/http/utility_test.cpp
+++ b/test/http/utility_test.cpp
@@ -24,7 +24,7 @@ namespace crow::utility
namespace
{
-using ::crow::black_magic::getParameterTag;
+using ::crow::utility::getParameterTag;
TEST(Utility, Base64DecodeAuthString)
{