Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/include/
H A Dhttp_utility_test.cpp63 std::array<ContentType, 2> jsonHtml{ContentType::JSON, ContentType::HTML}; in TEST() local
64 EXPECT_EQ(getPreferredContentType("text/html, application/json", jsonHtml), in TEST()