diff --git a/test/spec/modules/liveIntentIdSystem_spec.js b/test/spec/modules/liveIntentIdSystem_spec.js index 0e949bf2df7..084b4de212a 100644 --- a/test/spec/modules/liveIntentIdSystem_spec.js +++ b/test/spec/modules/liveIntentIdSystem_spec.js @@ -100,7 +100,7 @@ describe('LiveIntentId', function() { }); it('should initialize LiveConnect and forward the prebid version when decode and emit an event', function(done) { - liveIntentIdSubmodule.decode({}, defaultConfigParams }); + liveIntentIdSubmodule.decode({}, defaultConfigParams); setTimeout(() => { expect(server.requests[0].url).to.contain('tv=$prebid.version$') done();