jhthorsen / mojolicious-plugin-openapi

OpenAPI / Swagger plugin for Mojolicious
54 stars 44 forks source link

Resolve failing test in openapi-client #135

Closed kiwiroy closed 4 years ago

kiwiroy commented 5 years ago

This PR resolves the failing test in openapi-client.

The code in the openapi-client test leads me to believe that the intent of an empty array for default_response_codes in the config is to not alter the definitions of the schema. In this case the function will return early.

edit with some changes to dependency installation the openapi-client status is now Build Status

mohawk2 commented 5 years ago

I guess it's up to @jthorsen to get round to checking, merging, releasing this, then ;-)

jhthorsen commented 4 years ago

Thanks!