Skip to content

Commit

Permalink
chore: fix mp test type def
Browse files Browse the repository at this point in the history
  • Loading branch information
utsabc committed Jun 19, 2024
1 parent 1014c1d commit 8e6c00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integrations/destinations/mp/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const sampleDestination: Destination = {
DisplayName: 'Mixpanel',
ID: '1WhbSZ6uA3H5ChVifHpfL2H6sie',
Name: 'MP',
Config: undefined,
Config: {},
},
Enabled: true,
ID: '1WhcOCGgj9asZu850HvugU2C3Aq',
Expand Down

0 comments on commit 8e6c00b

Please sign in to comment.