Skip to content

Commit 3da925d

Browse files
committed
Adjusted a unit test.
1 parent 319417f commit 3da925d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ class ServerTest : public ::testing::Test {
823823
[&](const Request &req, Response & /*res*/) {
824824
EXPECT_EQ(5u, req.files.size());
825825
ASSERT_TRUE(!req.has_file("???"));
826+
ASSERT_TRUE(req.body.empty());
826827

827828
{
828829
const auto &file = req.get_file_value("text1");

0 commit comments

Comments
 (0)