-
Notifications
You must be signed in to change notification settings - Fork 373
Description
Describe the bug
A clear and concise description of what the bug is.
Clearly mention the code-generators that are affected by this issue.
While trying to clone this repo and run the tester to see that all tests run successfully, me and my teammate (@dasyad00) saw how the crashed, because of a JSON error. I have traced it down to the fact that python binary strings have a b at the start when printed out.
To Reproduce
Steps to reproduce the behavior:
- Create fresh clone of repo
- run
npm installin terminal andnpm run deepinstall dev; - run
npm test python-requests - see where tests fail (JSON parse error)
Expected code snippet and corresponding request
If you have a working code snippet that you think solves your problem, please add it here:
Also, add the request.json for which this code snippet was generated.
Screenshots
If applicable, add screenshots to help explain your problem. Please make sure the screenshot does not contain any sensitive information such as API keys or access tokens.
For example you could add the screenshot of the snippet/request builder from Postman app.
Additional context
If you have any reference material which might help us debug the problem please add it here:
Add any other context about the problem here.
Version of postman-code-generators/Postman app:
Latest version of master branch in github.
The error resides in the newmanTestUtil.js line 87