Day 02 - Test failures

  1. Old request updated | TypeError: Cannot read properties of undefined (reading ‘name’)
  2. New request added | TypeError: Cannot read properties of undefined (reading ‘name’)
    Above mentioned are the two failures i’m getting when i Hit Send .

    whether my collectionUid is wrong or anything else i need to change?

Hey @chandan3010 :wave:t3:

Welcome to the Postman Community :postman:

You haven’t mentioned what training this relates too so I’m just guessing at this point.

The Collection looks like the right one by the passing test but I suspect the names of the requests don’t match the names in the documentation. Might be worth double checking those.

Can you also share the full Public Workspace URL, please?

Hi @danny-dainton Sorry for the late reply, it is related to 30 Days of Postman - for developers 30 Days of Postman - for developers.

What’s the link to your Public Workspace where you have been working on the challenge?

You sent the link of the quickstarts site.

https://www.postman.com/chandan3010/workspace/sample/request/36578451-29c4573d-96ff-4484-91de-61e679626641

I would check the documentation to see what the names of your requests should be. The HTTP method in the UI is not part of the request name.

Hi @danny-dainton i just re forked the repo and did the whole step again .
this time 1 testcase failed. not sure what i’m doing wrong?

Same problem, check the name of the request again.

Does the name of the request match what’s in the instructions?

1 Like

Hi @danny-dainton it worked finally, i did some mistakes as i was not passing the request name same as it was given in the instruction.

Thanks for your quick replies.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.