API Fuzzing fails when Postman Collection uses groups
Problem
Postman collections supports named groups of requests. When using a postman file with groups, the worker-entry script exceptions while searching for the target scheme (http/https).
https://forum.gitlab.com/t/problem-with-apifuzzer-fuzz-dnd-and-postman/48038
Proposal
Error is occurring in a recursive function with an outdated name. The current integration tests do not include a postman file with named groups.
Tasks:
-
Respond to users forum message -
Add test with postman collection that includes groups -
Correct the code -
Publish new container -
Let the user know the problem has been fixed
Edited by Michael Eddington