mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Adjusted a unit test.
This commit is contained in:
parent
319417f26d
commit
3da925d6fe
1 changed files with 1 additions and 0 deletions
|
@ -823,6 +823,7 @@ protected:
|
|||
[&](const Request &req, Response & /*res*/) {
|
||||
EXPECT_EQ(5u, req.files.size());
|
||||
ASSERT_TRUE(!req.has_file("???"));
|
||||
ASSERT_TRUE(req.body.empty());
|
||||
|
||||
{
|
||||
const auto &file = req.get_file_value("text1");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue