From 6a9b7975c7af690d8bfc95407bc6263635ec4000 Mon Sep 17 00:00:00 2001 From: 3link <34981284+3link@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:13:15 +0200 Subject: [PATCH] Remove superfluous breaces --- test/spec/modules/liveIntentIdSystem_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();