describe('Unauthorized with a status 401', () => {
        it('should send Unauthorized if token is invalid', done => {
          server
            .get(`${ENDPOINT}/${testPost2._id}`)
            .set('Authorization', `JWT weigiweg`)