SeUniVr / RestTestGen

A framework for automated black-box testing of RESTful APIs.
Apache License 2.0
36 stars 9 forks source link

Authorization problem #8

Closed mo718 closed 1 year ago

mo718 commented 1 year ago

when I testing Authorization service,it reports this error: image my auth.py is image

the rtg_config.json is image

davidecorradini commented 1 year ago

Hello, the output of the script should be a JSON. In your case, I think you just put JSON data in a .py file. To fix this you could:

Please let me know if you managed to run the code.

mo718 commented 1 year ago

Thank you, I solved the problem.