From fe8fa3bc9b4fc6c94ab05e560b44c940d108d049 Mon Sep 17 00:00:00 2001 From: Yashasvi Bajpai <33063622+yashasvibajpai@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:52:08 +0530 Subject: [PATCH] chore: update router tests descriptions in fb pixel --- .../integrations/destinations/facebook_pixel/router/data.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/integrations/destinations/facebook_pixel/router/data.ts b/test/integrations/destinations/facebook_pixel/router/data.ts index bd607288d4..1d3b35b42a 100644 --- a/test/integrations/destinations/facebook_pixel/router/data.ts +++ b/test/integrations/destinations/facebook_pixel/router/data.ts @@ -8,7 +8,8 @@ export const mockFns = (_) => { export const data = [ { name: 'facebook_pixel', - description: 'Test 0', + description: + 'Test 0: General batch request with two events, one track and one identify event with advancedMapping set to false and true respectively', feature: 'router', module: 'destination', version: 'v0', @@ -203,7 +204,8 @@ export const data = [ }, { name: 'facebook_pixel', - description: 'Test 1', + description: + 'Test 1 : adTrackingEnabled is passed in context, advertiser_tracking_enabled set to true', feature: 'router', module: 'destination', version: 'v0',