i m unable to proceed from this lesson coz it shows that all my test cases had not passed. I have cross checked everything but I am stuck on this lesson. What to do now ???
If you log out res.body.name in the test you can see it is the string 'unknow'. If you look in server.js you can see that is the default case in the switch.
The test is test('Send {surname: "Colombo"}' so that is what you should send, just the {surname: "Colombo"}. But you also have a typo for the surname string value (Columbo should be Colombo)