Individual requests test Pass but when i run the Verify your work, it fails

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.



Hey @lunar-module-archi13 :wave:

Welcome to the Postman Community! :postman:

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 :slight_smile:

1 Like