summaryrefslogtreecommitdiff
path: root/test/http/utility_test.cpp
diff options
context:
space:
mode:
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 cf83410707..cc21bbcf2f 100644
--- a/test/http/utility_test.cpp
+++ b/test/http/utility_test.cpp
@@ -83,7 +83,7 @@ TEST(Utility, Base64EncodeDecodeString)
TEST(Utility, readUrlSegments)
{
- boost::urls::result<boost::urls::url_view> parsed =
+ boost::system::result<boost::urls::url_view> parsed =
boost::urls::parse_relative_ref("/redfish/v1/Chassis#/Fans/0/Reading");
EXPECT_TRUE(readUrlSegments(*parsed, "redfish", "v1", "Chassis"));