Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/http/
H A Dhttp_response_test.cpp79 std::string_view bodyValue = "this is my new body"; in TEST() local
80 res.write({bodyValue.data(), bodyValue.length()}); in TEST()
81 EXPECT_EQ(*res.body(), bodyValue); in TEST()