One User Only Error
Fix one user only errors in Pynt. Learn how to troubleshoot and resolve issues related to single-user testing limitations during API security scans.
This error in Pynt indicates that only one user is interacting with the API during testing, which may limit the scope of the security assessment. This guide will help you troubleshoot and resolve this issue, ensuring a more comprehensive and accurate API security scan by involving more users.
Message: The functional tests included only one user. Adding more users will allow Pynt to run more accurate tests
How To Solve: Add more users to the tests, preferably users with different privileges, such as a mix of admin and regular users. This will allow Pynt to perform more business logic related security tests
Last updated