I am using Assignment2 in FreeCode Camp where Individual requests test Pass but when i run the Verify your work, it fails and gives below error.
What could be the reason? Can someone please suggest.
Welcome to the Postman Community! ![]()
The test script is showing that it’s going to be checking against a sub-folder called “status”.
Your Collection doesn’t have any sub-folders called that so it’s returning undefined in the test results as it cannot find it to check against.
The final structure should be more like this:
Thank you so much, my solution now works ![]()
1 Like




