I’m trying to complete the message board project and everything works fine. But Test no.10 can’t pass because of time out.
- You can send a DELETE request to
/api/replies/{board}and pass along thethread_id,reply_id&delete_password. Returned will be the stringincorrect passwordorsuccess. On success, the text of thereply_idwill be changed to[deleted]. (Test timed out)
Here is my source code: GitHub - MinnKhantZ/message-board: This project is created as a project for freecodecamp course.
I run my code on gitpod and I can delete replies with a message “success” for valid password and “incorrect password” for invalid ones.