postman-contract-test-generator icon indicating copy to clipboard operation
postman-contract-test-generator copied to clipboard

Get API Schema request does not pass test.

Open Jankoekenpan opened this issue 1 year ago • 0 comments

Using the Pet Store example of OpenAPI, the 'Get API Schema' request does not pass the test. The test script for this request expects that the responded jsonData contains a property schema, but this property is absent from the jsonData object. How should this property be populated? Is there anything I'm missing? Is my understanding correct that getting the schema is a mandatory step before executing the Test Request?

Screenshot: image

Jankoekenpan avatar Nov 22 '23 15:11 Jankoekenpan