From dec60e7f7ce246051c8448b23f1ec8f497a7f302 Mon Sep 17 00:00:00 2001 From: 3link <34981284+3link@users.noreply.github.com> Date: Fri, 3 May 2024 16:01:55 +0200 Subject: [PATCH] Try --- test/spec/modules/liveIntentIdSystem_spec.js | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/test/spec/modules/liveIntentIdSystem_spec.js b/test/spec/modules/liveIntentIdSystem_spec.js index 6b8400df449b..408eb5a9c42f 100644 --- a/test/spec/modules/liveIntentIdSystem_spec.js +++ b/test/spec/modules/liveIntentIdSystem_spec.js @@ -100,23 +100,6 @@ describe('LiveIntentId', function() { }, 300); }); - it('should initialize LiveConnect with the config params when decode and emit an event', function (done) { - liveIntentIdSubmodule.decode({}, { params: { - ...defaultConfigParams, - ...{ - url: 'https://dummy.liveintent.com', - liCollectConfig: { - appId: 'a-0001', - collectorUrl: 'https://collector.liveintent.com' - } - } - }}); - setTimeout(() => { - expect(server.requests[0].url).to.match(/https:\/\/collector.liveintent.com\/j\?.*aid=a-0001.*&wpn=prebid.*/); - done(); - }, 300); - }); - it('should fire an event with the provided distributorId', function (done) { liveIntentIdSubmodule.decode({}, { params: { fireEventDelay: 1, distributorId: 'did-1111' } }); setTimeout(() => {