const res = {
      json: (data) => {
        sentJson = true;
        expect(data.message).to.equal('derp');
      },