Skip to content

Commit

Permalink
chore: update router tests descriptions in fb pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvibajpai committed Jun 14, 2024
1 parent 6802ea9 commit fe8fa3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/integrations/destinations/facebook_pixel/router/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit fe8fa3b

Please sign in to comment.