Improve spec and compliance testing - #1027
Conversation
7d79926 to
b23a0c7
Compare
| parameters: | ||
| - $ref: '../components/parameters/Guid.yaml' | ||
| responses: | ||
| '201': |
There was a problem hiding this comment.
Curious about some of these results from wiretap, I don't see how CC returned 201 for a space delete
There was a problem hiding this comment.
True could it be https://github.com/cloudfoundry/cloud_controller_ng/blob/main/app/controllers/v3/spaces_controller.rb#L64 ? May have to remove it back to 200 and look what the tests say. Curious as well.
| try { | ||
| let content = await fs.readFile(outputFile, 'utf8'); | ||
|
|
||
| // Fix references that still point to external files |
There was a problem hiding this comment.
I believe these references are not resolved because they are placed in not valid parts of the openapi tree. So I think we can just fix those up rather than do this.
There was a problem hiding this comment.
At least one of them I resolved in this PR https://github.com/cloudfoundry/cf-openapi/pull/1028/files#diff-7c315578186ba4fbd5fa1f3d2b844ff414b69457e77e6e485175a85d2def0244L201
| schema: | ||
| type: string | ||
| responses: | ||
| '201': |
No description provided.