Home
last modified time | relevance | path

Searched refs:urlString (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/test/http/
H A Dutility_test.cpp172 std::string urlString = "/foo"; in TEST() local
173 EXPECT_EQ(nlohmann::json(boost::urls::url(urlString)), urlString); in TEST()
174 EXPECT_EQ(nlohmann::json(boost::urls::url_view(urlString)), urlString); in TEST()