How do I get the test in exercise tracker to pass?

Tell us what’s happening:
Describe your issue in detail here.
I managed to get all but one test to pass. The one that’s causing me trouble is this: ’ Each element in the array returned from “GET /api/users” is an object literal containing a user’s “username” and “_id”.’ Why isn’t my Repl passing? What am I doing wrong? Any help would be greatly appreciated, thank you.

Your project link(s)

solution: https://replit.com/@ratlit/boilerplate-project-exercisetracker

Your browser information:

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

Challenge: Exercise Tracker

Link to the challenge:

Never mind. It passed. I just needed to clear the user database and run it again. I was confused why my project wasn’t working.

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