KissPeter / APIFuzzer

Fuzz test your application using your OpenAPI or Swagger API definition without coding
GNU General Public License v3.0
416 stars 65 forks source link

Fix JSON failed parse input file on WSL #35

Closed dgrudinin closed 4 years ago

dgrudinin commented 4 years ago

Ubuntu on Widows (versioned Linux 4.4.0-18362-Microsoft #476-Microsoft Fri Nov 01 16:53:00 PST 2019 x86_64 x86_64 x86_64 GNU/Linux) was failing while opening any valid JSON file (no matter using local file or network) with error "Failed to parse input file, exit". This commit fixes it.

KissPeter commented 4 years ago

Thanks for your contribution