describe('The NotAuthorizedError', () => {
  describe('constructor', () => {
    it('should set message and httpStatus', () => {
      const error = new NotAuthorizedError('oops');