fgtester
Results
1
issues of
fgtester
Extender.py is failing to use a few methods, at least for me. I've replaced the following lines and it works. ``` line 99: body_string = utils.getRequestBody(messageInfo) with line 99: body_string...