diff --git a/api/tests/mocha/services/async-storage.spec.js b/api/tests/mocha/services/async-storage.spec.js index d62cf3657f..cc77549ed1 100644 --- a/api/tests/mocha/services/async-storage.spec.js +++ b/api/tests/mocha/services/async-storage.spec.js @@ -59,7 +59,6 @@ describe('async-storage', () => { it('getRequestId should return nothing when there is no client request', done => { service = rewire('../../../src/services/async-storage'); - const req = { id: 'uuid' }; service.set(undefined, () => { expect(service.getRequestId()).to.equal(undefined); done();