Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/include/
H A Dhttp_utility_test.cpp151 std::array<Encoding, 1> contentType2{Encoding::GZIP}; in TEST() local
152 EXPECT_EQ(getPreferredEncoding("zstd", contentType2), Encoding::NoMatch); in TEST()