Back End Development and APIs Projects - Exercise Tracker

Tell us what’s happening:
All the tests are passing except #7, which for some reason does not pass. Manual verification is done and no issue is seen. Response structure has been verified multiple times and does not seem to have any effect on the results. Every other case works great, except this one which feels like a vague case to test directly.

The test case states.

You can POST to /api/users/:_id/exercises with form data description, duration, and optionally date. If no date is supplied, the current date will be used.

If this case would fail, the cases for fetching logs should fail as well, because they depend on this functionality. As said, none of the other cases have any failures.

Your project link(s)

solution: boilerplate-project-exercisetracker - Node.js Repl - Replit

githubLink: boilerplate-project-exercisetracker - Node.js Repl - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

Challenge: Back End Development and APIs Projects - Exercise Tracker

Link to the challenge:
Sorry, but limited due to new user

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