-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(INT-562): update component test suite (#2744)
* component tests(chore): update component test data * componentTestSuite(chore): remove unwanted files * chore: clean-up un-used tests Signed-off-by: Sai Sankeerth <[email protected]> * chore: clean-up vero tests Signed-off-by: Sai Sankeerth <[email protected]> * fix: snapchat tests, remove unnecessary tests for snapchat - remove ts-ignore for attentive_tag processor tests Signed-off-by: Sai Sankeerth <[email protected]> * fix: data-delivery component tests for salesforce * fix: remove salesforce from original proxy tests & correct the migrated transformation tests Signed-off-by: Sai Sankeerth <[email protected]> * migrate marketo-proxy tests to component tests * chore: migrating intercom, braze, marketo_static_list, snapchat_custom_audience, fb, fbpixel, clevertap, criteo_audience * fix: move tiktok_ads data-delivery tests to component test suite Signed-off-by: Sai Sankeerth <[email protected]> * fix: mock clone Signed-off-by: Sai Sankeerth <[email protected]> * chore: decreasing the code-coverage to 75% Signed-off-by: Sai Sankeerth <[email protected]> * chore: moving am to component test suite to cover generic handler tests Signed-off-by: Sai Sankeerth <[email protected]> * chore: remove proxy.test Signed-off-by: Sai Sankeerth <[email protected]> * chore: clean-up braze mocks, un-comment twitter_ads processor test-cases Signed-off-by: Sai Sankeerth <[email protected]> * chore: add router component tests for tiktok offline events Signed-off-by: Sai Sankeerth <[email protected]> * fix: salesforce router test-case format for router component tests Signed-off-by: Sai Sankeerth <[email protected]> * fix: tiktok_ads router test-case format in component tests Signed-off-by: Sai Sankeerth <[email protected]> * fix: vero, splitio router test-case format in component tests Signed-off-by: Sai Sankeerth <[email protected]> * chore: move back threshold for coverage to 80 Signed-off-by: Sai Sankeerth <[email protected]> * chore: move threshold for coverage to 75 Signed-off-by: Sai Sankeerth <[email protected]> * chore: updated test case descriptions --------- Signed-off-by: Sai Sankeerth <[email protected]> Co-authored-by: Sai Sankeerth <[email protected]> Co-authored-by: Utsab Chowdhury <[email protected]> Co-authored-by: krishnachaitanya <[email protected]>
- Loading branch information
1 parent
9be5740
commit 3387cb0
Showing
149 changed files
with
65,567 additions
and
53,926 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
176 changes: 88 additions & 88 deletions
176
src/v0/destinations/snapchat_conversion/data/TrackEventCommonConfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,90 +1,90 @@ | ||
[ | ||
{ | ||
"destKey": "description", | ||
"sourceKeys": "properties.description", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "brands", | ||
"sourceKeys": "properties.brands", | ||
"required": false, | ||
"metadata": { | ||
"type": "IsArray" | ||
} | ||
}, | ||
{ | ||
"destKey": "event_tag", | ||
"sourceKeys": "properties.event_tag", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "click_id", | ||
"sourceKeys": "properties.click_id", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "level", | ||
"sourceKeys": "properties.level", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "uuid_c1", | ||
"sourceKeys": "properties.uuid_c1", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "customer_status", | ||
"sourceKeys": "properties.customer_status", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "data", | ||
"sourceKeys": "properties.data", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "att_status", | ||
"sourceKeys": "properties.att_status", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "sign_up_method", | ||
"sourceKeys": "properties.sign_up_method", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "advertiser_cookie_1", | ||
"sourceKeys": "properties.advertiser_cookie_1", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "delivery_method", | ||
"sourceKeys": "properties.delivery_method", | ||
"required": false | ||
}, | ||
{ | ||
"sourceKeys": "context.device.model", | ||
"destKey": "device_model", | ||
"required": false | ||
}, | ||
{ | ||
"sourceKeys": "country", | ||
"destKey": "country", | ||
"sourceFromGenericMap": true, | ||
"required": false | ||
}, | ||
{ | ||
"sourceKeys": "region", | ||
"destKey": "region", | ||
"sourceFromGenericMap": true, | ||
"required": false | ||
}, | ||
{ | ||
"sourceKeys": "context.userAgent", | ||
"destKey": "user_agent", | ||
"metadata": { | ||
"type": "toLower" | ||
}, | ||
"required": false | ||
{ | ||
"destKey": "description", | ||
"sourceKeys": "properties.description", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "brands", | ||
"sourceKeys": "properties.brands", | ||
"required": false, | ||
"metadata": { | ||
"type": "IsArray" | ||
} | ||
] | ||
}, | ||
{ | ||
"destKey": "event_tag", | ||
"sourceKeys": "properties.event_tag", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "click_id", | ||
"sourceKeys": "properties.click_id", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "level", | ||
"sourceKeys": "properties.level", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "uuid_c1", | ||
"sourceKeys": "properties.uuid_c1", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "customer_status", | ||
"sourceKeys": "properties.customer_status", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "data", | ||
"sourceKeys": "properties.data", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "att_status", | ||
"sourceKeys": "properties.att_status", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "sign_up_method", | ||
"sourceKeys": "properties.sign_up_method", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "advertiser_cookie_1", | ||
"sourceKeys": "properties.advertiser_cookie_1", | ||
"required": false | ||
}, | ||
{ | ||
"destKey": "delivery_method", | ||
"sourceKeys": "properties.delivery_method", | ||
"required": false | ||
}, | ||
{ | ||
"sourceKeys": "context.device.model", | ||
"destKey": "device_model", | ||
"required": false | ||
}, | ||
{ | ||
"sourceKeys": "country", | ||
"destKey": "country", | ||
"sourceFromGenericMap": true, | ||
"required": false | ||
}, | ||
{ | ||
"sourceKeys": "region", | ||
"destKey": "region", | ||
"sourceFromGenericMap": true, | ||
"required": false | ||
}, | ||
{ | ||
"sourceKeys": "context.userAgent", | ||
"destKey": "user_agent", | ||
"metadata": { | ||
"type": "toLower" | ||
}, | ||
"required": false | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.