Parquery / swagger-to

Generate server and client code from Swagger (OpenAPI 2.0) specification.
MIT License
57 stars 14 forks source link

Fixed test_intermediate overwriting the expected #109

Closed mristin closed 3 years ago

mristin commented 3 years ago

This patch fixes test_intermediate as it included the statements that overwrote the expected golden standard instead of checking against it in the previous commit (PR #108).