elkMock = sinon.stub(elk, 'fetchElk').callsFake(() => {
      return Promise.resolve({
        hits: {
          hits: [
            { _id: _integration._id, _source: { name: _integration.name } }