apigee-127 / sway

A library that simplifies OpenAPI (fka Swagger) integrations/tooling.
MIT License
190 stars 92 forks source link

swaggerApi.getOperation(operationId) returns `Path` instead of `Operation` #175

Closed glukki closed 6 years ago

glukki commented 6 years ago

Issue source: https://github.com/apigee-127/sway/blob/ee8329540b4c1a279c5077a6937bcd495f085b89/lib/types/api.js#L139-L141

False-positive test: https://github.com/apigee-127/sway/blob/ee8329540b4c1a279c5077a6937bcd495f085b89/test/test-api.js#L90-L92

Adding a check like assert.ok(operation instanceOf Operation) into the test should help