Uncaught AssertionError: mocha

Iam beginning start writing some mocha tests for an application i have been working on.
I just want to test if my route /users workgetUsers – worked totally fine
the test

and this is my error message : 0 passing (179ms)
2 failing

  1. App
    GET /users
    gets all users:
    Uncaught AssertionError: expected { success: true, data: [ …(27) ] } to be a json

i dont understand because iam returning json