Home
last modified time | relevance | path

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

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