describe('when the content is too large', function () {
      beforeEach(function () {
        message = new Message(
          '{}', { 'Content-Type': 'application/json' }
        );