From 47488a98120200130ce6efb42002a1d180bd9903 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Mon, 26 Jun 2023 18:19:33 -0700 Subject: 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 --- test/http/utility_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/http/utility_test.cpp') 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) { -- cgit v1.2.3