forked from loafle/openapi-generator-original
updated request process
This commit is contained in:
@@ -44,7 +44,6 @@ void PetApiTests::getPetByIdTest() {
|
||||
timer.setSingleShot(true);
|
||||
|
||||
auto validator = [](SWGPet* pet) {
|
||||
qDebug() << pet->asJson();
|
||||
QVERIFY(pet->getId() == 3);
|
||||
loop.quit();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user