Stoobly / stoobly-agent

Record, mock, and test HTTP/HTTPS requests. CLI agent for Stoobly.
Other
6 stars 0 forks source link

OpenAPI import can't handle missing servers #140

Closed stoobmmelier closed 10 months ago

stoobmmelier commented 10 months ago
servers:
- url: http://petstore.swagger.io/v1

If missing we should default to

servers:
- url: /
stoobmmelier commented 10 months ago

Fixed in https://github.com/Stoobly/stoobly-agent/pull/135 and released in https://github.com/Stoobly/stoobly-agent/releases/tag/0.30.0