mirror of
https://github.com/oatpp/oatpp.git
synced 2025-04-18 19:00:23 +08:00
Tests: web/FullTest - postInvalidBodyDto on a different connection
This commit is contained in:
parent
0b3e2a18ed
commit
2c6f64f750
@ -313,7 +313,7 @@ void FullTest::onRun() {
|
||||
{ // test POST with invalid dto body
|
||||
auto dtoIn = app::AnotherTestDto::createShared();
|
||||
dtoIn->testValue = i;
|
||||
auto response = client->postInvalidBodyDto(dtoIn, connection);
|
||||
auto response = client->postInvalidBodyDto(dtoIn/*, connection */);
|
||||
OATPP_ASSERT(response->getStatusCode() == 400);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user