Trax-air / swagger-tester

Automatically test your swagger API
MIT License
104 stars 36 forks source link

fix http bug on GET + permit use of use_example with app_url #35

Closed ghost closed 7 years ago

ghost commented 7 years ago

fix http bug on GET + permit use of use_example with app_url

ghost commented 7 years ago

when 'body' was None, it was transformed into a 'null' string. the 'null' string was sent to urllib as body , causing a failure on GET request. Now None is sent instead of 'null'

cyprieng commented 7 years ago

Change already done in #36