Closed mulmschneider closed 6 years ago
Not sure why the 'docs' part of the build failed - seems to be unrelated from this PR?
Hello, I've opened #299 because this change has caused some test failures for us, there's more detail in that thread, any feedback is appreciated, thanks.
According to the Swagger spec we should not use the path part of the spec URL, but instead just use the host part of the URL (see the existing comment for build_api_serving_url, as well as https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#fixed-fields ).
Also update tests to match new behaviour.
I don't know if bravado users depend on the current behavior - feedback appreciated.