it('must not allow access to /add-applicant if auth == false', (done) => {
      const server = mock(app, crippyOptions, errorAuth);
      request(server).
        post('/add-applicant').
        send(formData).