diff --git a/src/util/redis/testData/shopify_source.json b/src/util/redis/testData/shopify_source.json index a318831072..5b33085c6a 100644 --- a/src/util/redis/testData/shopify_source.json +++ b/src/util/redis/testData/shopify_source.json @@ -292,7 +292,7 @@ "taxable": true, "title": "Shirt 2 - LARGE", "total_discount": "0.00", - "vendor": "testAnant", + "vendor": "testRudderlabs", "discounted_price_set": { "shop_money": { "amount": "30.0", @@ -394,7 +394,7 @@ "taxable": true, "title": "Shirt 2 - LARGE", "total_discount": "0.00", - "brand": "testAnant", + "brand": "testRudderlabs", "discounted_price_set": { "shop_money": { "amount": "30.0", @@ -561,7 +561,7 @@ "quantity": 1, "sku": "", "variant_title": null, - "vendor": "testAnant", + "vendor": "testRudderlabs", "fulfillment_service": "manual", "product_id": 8100634689811, "requires_shipping": true, @@ -650,7 +650,7 @@ "price": "9.54", "taxable": true, "total_discount": "0.00", - "brand": "testAnant", + "brand": "testRudderlabs", "fulfillable_quantity": 0, "fulfillment_service": "manual", "fulfillment_status": "fulfilled", @@ -726,7 +726,7 @@ "taxable": true, "title": "Shirt 2 - LARGE", "total_discount": "0.00", - "vendor": "testAnant", + "vendor": "testRudderlabs", "discounted_price_set": { "shop_money": { "amount": "30.0", @@ -828,7 +828,7 @@ "token": "shopify_test2", "title": "Shirt 2 - LARGE", "total_discount": "0.00", - "brand": "testAnant", + "brand": "testRudderlabs", "discounted_price_set": { "shop_money": { "amount": "30.0", @@ -927,7 +927,7 @@ "taxable": true, "title": "Shirt 2 - LARGE", "total_discount": "0.00", - "vendor": "testAnant", + "vendor": "testRudderlabs", "discounted_price_set": { "shop_money": { "amount": "30.0", @@ -1033,7 +1033,7 @@ "taxable": true, "title": "Shirt 2 - LARGE", "total_discount": "0.00", - "brand": "testAnant", + "brand": "testRudderlabs", "discounted_price_set": { "shop_money": { "amount": "30.0", @@ -1122,7 +1122,7 @@ "taxable": true, "title": "Shirt 2 - LARGE", "total_discount": "0.00", - "vendor": "testAnant", + "vendor": "testRudderlabs", "discounted_price_set": { "shop_money": { "amount": "30.0", @@ -1218,7 +1218,7 @@ "taxable": true, "title": "Shirt 2 - LARGE", "total_discount": "0.00", - "brand": "testAnant", + "brand": "testRudderlabs", "discounted_price_set": { "shop_money": { "amount": "30.0", @@ -1403,7 +1403,7 @@ "taxable": true, "title": "Shirt 2 - LARGE", "total_discount": "0.00", - "vendor": "testAnant", + "vendor": "testRudderlabs", "discounted_price_set": { "shop_money": { "amount": "30.0", @@ -1502,7 +1502,7 @@ "token": "shopify_test2", "title": "Shirt 2 - LARGE", "total_discount": "0.00", - "brand": "testAnant", + "brand": "testRudderlabs", "discounted_price_set": { "shop_money": { "amount": "30.0", diff --git a/test/__mocks__/data/mautic/response.json b/test/__mocks__/data/mautic/response.json index 7af8b6ee78..05542b346e 100644 --- a/test/__mocks__/data/mautic/response.json +++ b/test/__mocks__/data/mautic/response.json @@ -81,8 +81,8 @@ "is_fixed": "1", "properties": "a:0:{}", "default_value": null, - "value": "Ganguly", - "normalizedValue": "Ganguly" + "value": "Test", + "normalizedValue": "Test" }, "company": { "id": "4", @@ -563,7 +563,7 @@ "last_active": null, "title": "abcd", "firstname": "hijibiji", - "lastname": "Ganguly", + "lastname": "Test", "company": null, "position": "lead", "email": "hijibi@gmail.com", @@ -640,9 +640,9 @@ "dateAdded": "2022-08-18T12:19:27+00:00", "dateModified": "2022-08-23T11:46:30+00:00", "createdBy": 1, - "createdByUser": "Jain Anant", + "createdByUser": "test rudderlabs", "modifiedBy": 1, - "modifiedByUser": "Jain Anant", + "modifiedByUser": "test rudderlabs", "id": 248, "points": 0, "color": null, @@ -697,8 +697,8 @@ "is_fixed": "1", "properties": "a:0:{}", "default_value": null, - "value": "Anant", - "normalizedValue": "Anant" + "value": "rudderstack", + "normalizedValue": "rudderstack" }, "lastname": { "id": "3", @@ -1191,7 +1191,7 @@ "points": 0, "last_active": "2022-08-23 11:46:27", "title": null, - "firstname": "Anant", + "firstname": "rudderstack", "lastname": "kumar", "company": null, "position": null, @@ -1264,9 +1264,9 @@ "dateAdded": "2022-08-18T12:20:05+00:00", "dateModified": "2022-08-24T09:19:10+00:00", "createdBy": 1, - "createdByUser": "Jain Anant", + "createdByUser": "test rudderlabs", "modifiedBy": 1, - "modifiedByUser": "Jain Anant", + "modifiedByUser": "test rudderlabs", "id": 249, "points": 0, "color": null, @@ -1888,9 +1888,9 @@ "dateAdded": "2022-08-18T13:20:27+00:00", "dateModified": "2022-08-18T13:20:27+00:00", "createdBy": 1, - "createdByUser": "Jain Anant", + "createdByUser": "test rudderlabs", "modifiedBy": 1, - "modifiedByUser": "Jain Anant", + "modifiedByUser": "test rudderlabs", "id": 254, "points": 0, "color": null, diff --git a/test/__tests__/data/appcenter_source_input.json b/test/__tests__/data/appcenter_source_input.json index ae843ca0c0..1cde0666b1 100644 --- a/test/__tests__/data/appcenter_source_input.json +++ b/test/__tests__/data/appcenter_source_input.json @@ -1,8 +1,8 @@ [ { - "text": "Hello from your Anant-test app in App Center!", + "text": "Hello from your abc-test app in App Center!", "sent_at": "2023-01-02T07: 53: 28.3117824Z", - "url": "https://appcenter.ms/users/anant-rudderstack.com/apps/Anant-test" + "url": "https://appcenter.ms/users/abc-rudderstack.com/apps/abc-test" }, { "app_name": "MSAppCenterTesting", diff --git a/test/__tests__/data/auth0_source.json b/test/__tests__/data/auth0_source.json index 95ab797abb..714cd840f0 100644 --- a/test/__tests__/data/auth0_source.json +++ b/test/__tests__/data/auth0_source.json @@ -45,8 +45,8 @@ "ip": "35.166.202.113", "auth": { "user": { - "name": "Bhalala Mihir", - "email": "bhalalamark@gmail.com", + "name": "rudder test", + "email": "test@rudderlabs.com", "user_id": "auth0|*****" }, "strategy": "jwt", @@ -294,8 +294,8 @@ "ip": "35.166.202.113", "auth": { "user": { - "name": "Bhalala Mihir", - "email": "bhalalamark@gmail.com", + "name": "rudder test", + "email": "test@rudderlabs.com", "user_id": "auth0|*****" }, "strategy": "jwt", @@ -497,8 +497,8 @@ "ip": "35.167.74.121", "auth": { "user": { - "name": "Bhalala Mihir", - "email": "bhalalamark@gmail.com", + "name": "rudder test", + "email": "test@rudderlabs.com", "user_id": "google-oauth2|123456" }, "strategy": "jwt", @@ -552,8 +552,8 @@ "ip": "35.167.74.121", "auth": { "user": { - "name": "Bhalala Mihir", - "email": "bhalalamark@gmail.com", + "name": "rudder test", + "email": "test@rudderlabs.com", "user_id": "google-oauth2|123456" }, "strategy": "jwt", @@ -604,8 +604,8 @@ "ip": "35.160.3.103", "auth": { "user": { - "name": "Bhalala Mihir", - "email": "bhalalamark@gmail.com", + "name": "rudder test", + "email": "test@rudderlabs.com", "user_id": "google-oauth2|123456" }, "strategy": "jwt", @@ -863,8 +863,8 @@ "ip": "35.160.3.103", "auth": { "user": { - "name": "Bhalala Mihir", - "email": "bhalalamark@gmail.com", + "name": "rudder test", + "email": "test@rudderlabs.com", "user_id": "google-oauth2|123456" }, "strategy": "jwt", diff --git a/test/__tests__/data/gainsightpx_source.json b/test/__tests__/data/gainsightpx_source.json index c4c7642871..438d1d0cf6 100644 --- a/test/__tests__/data/gainsightpx_source.json +++ b/test/__tests__/data/gainsightpx_source.json @@ -8,8 +8,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "lastSeenDate": 1665582808669, "signUpDate": 1665582791753, "firstVisitDate": 1665582791753, @@ -117,8 +117,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "title": "Mr.", "score": 0, "globalUnsubscribe": false, @@ -148,8 +148,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "lastSeenDate": 1665582808669, "signUpDate": 1665582791753, "firstVisitDate": 1665582791753, @@ -256,8 +256,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "title": "Mr.", "globalUnsubscribe": false, "accountId": "IBM", @@ -310,8 +310,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "lastSeenDate": 1665582808669, "signUpDate": 1665582791753, "firstVisitDate": 1665582791753, @@ -414,8 +414,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "title": "Mr.", "globalUnsubscribe": false, "accountId": "IBM", @@ -469,8 +469,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "lastSeenDate": 1665582808669, "signUpDate": 1665582791753, "firstVisitDate": 1665582791753, @@ -570,8 +570,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "title": "Mr.", "globalUnsubscribe": false, "accountId": "IBM", @@ -620,8 +620,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "lastSeenDate": 1665582808669, "signUpDate": 1665582791753, "firstVisitDate": 1665582791753, @@ -722,8 +722,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "title": "Mr.", "globalUnsubscribe": false, "accountId": "IBM", @@ -793,8 +793,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "lastSeenDate": 1665582808669, "signUpDate": 1665582791753, "firstVisitDate": 1665582791753, @@ -912,8 +912,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "title": "Mr.", "globalUnsubscribe": false, "accountId": "IBM", @@ -981,8 +981,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "lastSeenDate": 1665582808669, "signUpDate": 1665582791753, "firstVisitDate": 1665582791753, @@ -1095,8 +1095,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "title": "Mr.", "globalUnsubscribe": false, "accountId": "IBM", @@ -1157,8 +1157,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "lastSeenDate": 1665582808669, "signUpDate": 1665582791753, "firstVisitDate": 1665582791753, @@ -1265,8 +1265,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "title": "Mr.", "globalUnsubscribe": false, "accountId": "IBM", @@ -1323,8 +1323,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "lastSeenDate": 1665582808669, "signUpDate": 1665582791753, "firstVisitDate": 1665582791753, @@ -1450,8 +1450,8 @@ "type": "USER", "gender": "EMPTY_GENDER", "email": "userEmail@address.com", - "firstName": "Anant", - "lastName": "Jain", + "firstName": "test", + "lastName": "rudderlabs", "title": "Mr.", "globalUnsubscribe": false, "accountId": "IBM", diff --git a/test/__tests__/data/lemnisk.json b/test/__tests__/data/lemnisk.json index 0f38eaf639..3dc295da58 100644 --- a/test/__tests__/data/lemnisk.json +++ b/test/__tests__/data/lemnisk.json @@ -191,8 +191,8 @@ "name": "http" }, "traits": { - "firstName": "Anant", - "lastName": "jain", + "firstName": "test", + "lastName": "rudderlabs", "role": "Manager", "address": "Flat No 58 ABC building XYZ Area near PQRS , 354408", "hasPurchased": "yes", diff --git a/test/__tests__/data/mailchimp_input.json b/test/__tests__/data/mailchimp_input.json index 695477021e..07293b3bfb 100644 --- a/test/__tests__/data/mailchimp_input.json +++ b/test/__tests__/data/mailchimp_input.json @@ -133,7 +133,7 @@ { "destination": { "ID": "1Tdi0lpXwSVwXG1lcdP2pXHKrJ6", - "Name": "Titli Ganguly", + "Name": "Titli Test", "DestinationDefinition": { "ID": "1SujZGrVEPqYmpUJcV4vSl9tfxn", "Name": "MC", @@ -210,7 +210,7 @@ { "destination": { "ID": "1Tdi0lpXwSVwXG1lcdP2pXHKrJ6", - "Name": "Titli Ganguly", + "Name": "Titli Test", "DestinationDefinition": { "ID": "1SujZGrVEPqYmpUJcV4vSl9tfxn", "Name": "MC", diff --git a/test/__tests__/data/mailchimp_output.json b/test/__tests__/data/mailchimp_output.json index 0181409515..e05f39a764 100644 --- a/test/__tests__/data/mailchimp_output.json +++ b/test/__tests__/data/mailchimp_output.json @@ -62,7 +62,7 @@ "error": "User does not have access to the requested operation", "destination": { "ID": "1Tdi0lpXwSVwXG1lcdP2pXHKrJ6", - "Name": "Titli Ganguly", + "Name": "Titli Test", "DestinationDefinition": { "ID": "1SujZGrVEPqYmpUJcV4vSl9tfxn", "Name": "MC", @@ -80,7 +80,7 @@ { "destination": { "ID": "1Tdi0lpXwSVwXG1lcdP2pXHKrJ6", - "Name": "Titli Ganguly", + "Name": "Titli Test", "DestinationDefinition": { "ID": "1SujZGrVEPqYmpUJcV4vSl9tfxn", "Name": "MC", diff --git a/test/__tests__/data/mailjet_source.json b/test/__tests__/data/mailjet_source.json index 59a95114d4..4f39e2a836 100644 --- a/test/__tests__/data/mailjet_source.json +++ b/test/__tests__/data/mailjet_source.json @@ -6,7 +6,7 @@ "time": 1664443614, "MessageID": 94857068804950690, "Message_GUID": "54d6cdec-f659-4547-8926-13d9c4126b82", - "email": "bhalalamark@gmail.com", + "email": "test@rudderlabs.com", "mj_campaign_id": 108760, "mj_contact_id": 399962859, "customcampaign": "mj.nl=58424", @@ -21,7 +21,7 @@ "context": { "library": { "name": "unknown", "version": "unknown" }, "integration": { "name": "MailJet" }, - "traits": { "email": "bhalalamark@gmail.com" }, + "traits": { "email": "test@rudderlabs.com" }, "ip": "66.249.84.231", "userAgent": "Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko Firefox/11.0 (via ggpht.com GoogleImageProxy)", "externalId": [{ "type": "mailjetContactId", "id": 399962859 }] @@ -36,7 +36,7 @@ "Payload": "" }, "originalTimestamp": "2022-09-29T09:26:54.000Z", - "userId": "9c51bf2b379a4c773b1eaa9732405b86" + "userId": "9df8639cadb21c23584d641b58bc503b" } } }, @@ -47,7 +47,7 @@ "time": 1664444171, "MessageID": 55169098999352350, "Message_GUID": "447d7eab-3335-4aba-9a51-09454bc14b81", - "email": "anant@mailjet.com", + "email": "test@rudderlabs.com", "mj_campaign_id": 108892, "mj_contact_id": 373142816, "customcampaign": "mj.nl=58486", @@ -61,7 +61,7 @@ "context": { "library": { "name": "unknown", "version": "unknown" }, "integration": { "name": "MailJet" }, - "traits": { "email": "anant@mailjet.com" }, + "traits": { "email": "test@rudderlabs.com" }, "externalId": [{ "type": "mailjetContactId", "id": 373142816 }] }, "integrations": { "MailJet": false }, @@ -72,7 +72,7 @@ "mj_campaign_id": 108892 }, "originalTimestamp": "2022-09-29T09:36:11.000Z", - "userId": "40551363d7812758a04abd72a8cab645" + "userId": "9df8639cadb21c23584d641b58bc503b" } } }, @@ -116,7 +116,7 @@ "time": 1664444170, "MessageID": 56013522696710744, "Message_GUID": "dbe4f0a3-4a5a-4784-a724-a9794d3c0444", - "email": "gaurav@mailjet.com", + "email": "test@rudderlabs.com", "mj_campaign_id": 108892, "mj_contact_id": 373142182, "customcampaign": "mj.nl=58486", @@ -130,7 +130,7 @@ "context": { "library": { "name": "unknown", "version": "unknown" }, "integration": { "name": "MailJet" }, - "traits": { "email": "gaurav@mailjet.com" }, + "traits": { "email": "test@rudderlabs.com" }, "externalId": [{ "type": "mailjetContactId", "id": 373142182 }] }, "integrations": { "MailJet": false }, @@ -141,7 +141,7 @@ "mj_campaign_id": 108892 }, "originalTimestamp": "2022-09-29T09:36:10.000Z", - "userId": "13f24125295a86d4dcc765a28664e910" + "userId": "9df8639cadb21c23584d641b58bc503b" } } } diff --git a/test/__tests__/data/pagerduty_source.json b/test/__tests__/data/pagerduty_source.json index 9519abc79b..0d116cff9b 100644 --- a/test/__tests__/data/pagerduty_source.json +++ b/test/__tests__/data/pagerduty_source.json @@ -10,8 +10,8 @@ "agent": { "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E", "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", - "summary": "mihir patel", + "self": "https://api.pagerduty.com/users/user@1", + "summary": "rudder test", "type": "user_reference" }, "client": { @@ -39,8 +39,8 @@ { "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E", "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", - "summary": "mihir patel", + "self": "https://api.pagerduty.com/users/user@1", + "summary": "rudder test", "type": "user_reference" } ], @@ -72,9 +72,9 @@ "context": { "traits": { "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", + "self": "https://api.pagerduty.com/users/user@1", "type": "user_reference", - "summary": "mihir patel", + "summary": "rudder test", "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E" }, "library": { @@ -114,9 +114,9 @@ "assignees": [ { "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", + "self": "https://api.pagerduty.com/users/user@1", "type": "user_reference", - "summary": "mihir patel", + "summary": "rudder test", "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E" } ], @@ -155,8 +155,8 @@ "agent": { "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E", "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", - "summary": "mihir patel", + "self": "https://api.pagerduty.com/users/user@1", + "summary": "rudder test", "type": "user_reference" }, "client": null, @@ -181,8 +181,8 @@ { "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E", "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", - "summary": "mihir patel", + "self": "https://api.pagerduty.com/users/user@1", + "summary": "rudder test", "type": "user_reference" } ], @@ -214,9 +214,9 @@ "context": { "traits": { "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", + "self": "https://api.pagerduty.com/users/user@1", "type": "user_reference", - "summary": "mihir patel", + "summary": "rudder test", "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E" }, "library": { @@ -256,9 +256,9 @@ "assignees": [ { "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", + "self": "https://api.pagerduty.com/users/user@1", "type": "user_reference", - "summary": "mihir patel", + "summary": "rudder test", "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E" } ], @@ -293,8 +293,8 @@ "agent": { "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E", "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", - "summary": "mihir patel", + "self": "https://api.pagerduty.com/users/user@1", + "summary": "rudder test", "type": "user_reference" }, "client": null, @@ -309,8 +309,8 @@ "user": { "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E", "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", - "summary": "mihir patel", + "self": "https://api.pagerduty.com/users/user@1", + "summary": "rudder test", "type": "user_reference" }, "escalation_policy": null, @@ -327,9 +327,9 @@ "context": { "traits": { "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", + "self": "https://api.pagerduty.com/users/user@1", "type": "user_reference", - "summary": "mihir patel", + "summary": "rudder test", "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E" }, "library": { @@ -346,9 +346,9 @@ "type": "incident_responder", "user": { "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", + "self": "https://api.pagerduty.com/users/user@1", "type": "user_reference", - "summary": "mihir patel", + "summary": "rudder test", "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E" }, "state": "pending", @@ -381,8 +381,8 @@ "agent": { "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E", "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", - "summary": "mihir patel", + "self": "https://api.pagerduty.com/users/user@1", + "summary": "rudder test", "type": "user_reference" }, "client": null, @@ -407,8 +407,8 @@ { "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E", "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", - "summary": "mihir patel", + "self": "https://api.pagerduty.com/users/user@1", + "summary": "rudder test", "type": "user_reference" } ], @@ -440,9 +440,9 @@ "context": { "traits": { "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", + "self": "https://api.pagerduty.com/users/user@1", "type": "user_reference", - "summary": "mihir patel", + "summary": "rudder test", "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E" }, "library": { @@ -482,9 +482,9 @@ "assignees": [ { "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", + "self": "https://api.pagerduty.com/users/user@1", "type": "user_reference", - "summary": "mihir patel", + "summary": "rudder test", "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E" } ], @@ -519,8 +519,8 @@ "agent": { "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E", "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", - "summary": "mihir patel", + "self": "https://api.pagerduty.com/users/user@1", + "summary": "rudder test", "type": "user_reference" }, "client": null, @@ -573,9 +573,9 @@ "context": { "traits": { "id": "PXZZD2E", - "self": "https://api.pagerduty.com/users/PXZZD2E", + "self": "https://api.pagerduty.com/users/user@1", "type": "user_reference", - "summary": "mihir patel", + "summary": "rudder test", "html_url": "https://rudderlabs-com.pagerduty.com/users/PXZZD2E" }, "library": { diff --git a/test/__tests__/data/pipedream_source.json b/test/__tests__/data/pipedream_source.json index 72fe2282cb..2d542e8673 100644 --- a/test/__tests__/data/pipedream_source.json +++ b/test/__tests__/data/pipedream_source.json @@ -80,7 +80,7 @@ "key2": "V2" }, "email": "john@doe.com", - "name": "Anant Doe", + "name": "John Doe", "userDeleted": false }, "locale": "en", @@ -119,7 +119,7 @@ "key2": "V2" }, "email": "john@doe.com", - "name": "Anant Doe", + "name": "John Doe", "userDeleted": false }, "locale": "en", @@ -150,9 +150,9 @@ "userId": "1", "originalTimestamp": "2020-09-28T19:53:31.900Z", "traits": { - "firstName": "Anant", - "lastName": "jain", - "email": "anant@r.com", + "firstName": "John", + "lastName": "doe", + "email": "John@r.com", "hasPurchased": "yes", "address": { "Home": { @@ -172,9 +172,9 @@ "userId": "1", "originalTimestamp": "2020-09-28T19:53:31.900Z", "traits": { - "firstName": "Anant", - "lastName": "jain", - "email": "anant@r.com", + "firstName": "John", + "lastName": "doe", + "email": "John@r.com", "hasPurchased": "yes", "address": { "Home": { diff --git a/test/__tests__/data/satismeter_source.json b/test/__tests__/data/satismeter_source.json index 1abec80a5f..97b8b44a15 100644 --- a/test/__tests__/data/satismeter_source.json +++ b/test/__tests__/data/satismeter_source.json @@ -64,7 +64,7 @@ "score": -100, "user": { "id": "63766fbb7ac7b72676145338", - "name": "Anant Doe", + "name": "John Doe", "email": "john@doe.com", "userId": "No response", "deleted": false, @@ -78,7 +78,7 @@ "key2": "V2" }, "email": "john@doe.com", - "name": "Anant Doe" + "name": "John Doe" } }, "device": { @@ -106,7 +106,7 @@ "key2": "V2" }, "email": "john@doe.com", - "name": "Anant Doe" + "name": "John Doe" }, "campaign": { "id": "6373271b764986ebee62bfca", @@ -129,7 +129,7 @@ "key2": "V2" }, "email": "john@doe.com", - "name": "Anant Doe", + "name": "John Doe", "userDeleted": false }, "locale": "en", @@ -285,7 +285,7 @@ "category": "detractor", "score": -100, "user": { - "name": "Anant Doe", + "name": "John Doe", "email": "john@doe.com", "deleted": false, "groups": { @@ -298,7 +298,7 @@ "key2": "V2" }, "email": "john@doe.com", - "name": "Anant Doe" + "name": "John Doe" } }, "device": { @@ -326,7 +326,7 @@ "key2": "V2" }, "email": "john@doe.com", - "name": "Anant Doe" + "name": "John Doe" }, "campaign": { "id": "6373271b764986ebee62bfca", @@ -349,7 +349,7 @@ "key2": "V2" }, "email": "john@doe.com", - "name": "Anant Doe", + "name": "John Doe", "userDeleted": false }, "locale": "en", diff --git a/test/__tests__/data/sendgrid.json b/test/__tests__/data/sendgrid.json index 32ad3dc79c..10eabc68fb 100644 --- a/test/__tests__/data/sendgrid.json +++ b/test/__tests__/data/sendgrid.json @@ -56,7 +56,7 @@ "city": "Surat", "phone": "+91 9557645345", "lastName": "test", - "firstName": "mihir", + "firstName": "rudder", "state": "Gujarat" } } @@ -121,10 +121,10 @@ "traits": { "age": "25", "city": "Surat", - "email": "testmihir@gmail.com", + "email": "test@rudderlabs.com", "phone": "+91 9557645345", "lastName": "test", - "firstName": "mihir", + "firstName": "rudder", "state": "Gujarat" } } @@ -136,9 +136,9 @@ "FORM": {}, "JSON": { "contactDetails": { - "email": "testmihir@gmail.com", + "email": "test@rudderlabs.com", "last_name": "test", - "first_name": "mihir", + "first_name": "rudder", "phone_number": "+91 9557645345", "custom_fields": {} }, @@ -214,11 +214,11 @@ "traits": { "age": "25", "city": "Surat", - "name": "mihir test", - "email": "testmihir@gmail.com", + "name": "rudder test", + "email": "test@rudderlabs.com", "phone": "+91 9557645345", "lastName": "test", - "firstName": "mihir", + "firstName": "rudder", "state": "Gujarat" } } @@ -230,13 +230,13 @@ "FORM": {}, "JSON": { "contactDetails": { - "email": "testmihir@gmail.com", + "email": "test@rudderlabs.com", "last_name": "test", - "first_name": "mihir", - "unique_name": "mihir test", + "first_name": "rudder", + "unique_name": "rudder test", "phone_number": "+91 9557645345", "custom_fields": { - "w1_T": "mihir test" + "w1_T": "rudder test" } }, "contactListIds": "" diff --git a/test/__tests__/data/sfmc_input.json b/test/__tests__/data/sfmc_input.json index b10ffcbb8c..ee6eccb154 100644 --- a/test/__tests__/data/sfmc_input.json +++ b/test/__tests__/data/sfmc_input.json @@ -16,7 +16,7 @@ }, "traits": { "email": "tonmoy@rudderstack.com", - "name": "Tonmoy Malik" + "name": "Tonmoy Labs" }, "library": { "name": "RudderLabs JavaScript SDK", @@ -91,7 +91,7 @@ }, "traits": { "email": "tonmoy@rudderstack.com", - "name": "Tonmoy Malik" + "name": "Tonmoy Labs" }, "library": { "name": "RudderLabs JavaScript SDK", @@ -165,7 +165,7 @@ "content": "Demo content" }, "traits": { - "name": "Tonmoy Malik" + "name": "Tonmoy Labs" }, "library": { "name": "RudderLabs JavaScript SDK", @@ -239,7 +239,7 @@ }, "traits": { "email": "tonmoy@rudderstack.com", - "name": "Tonmoy Malik" + "name": "Tonmoy Labs" }, "library": { "name": "RudderLabs JavaScript SDK", @@ -313,7 +313,7 @@ }, "traits": { "email": "tonmoy@rudderstack.com", - "name": "Tonmoy Malik" + "name": "Tonmoy Labs" }, "library": { "name": "RudderLabs JavaScript SDK", @@ -401,7 +401,7 @@ }, "traits": { "email": "tonmoy@rudderstack.com", - "name": "Tonmoy Malik" + "name": "Tonmoy Labs" }, "library": { "name": "RudderLabs JavaScript SDK", @@ -477,7 +477,7 @@ }, "traits": { "email": "tonmoy@rudderstack.com", - "name": "Tonmoy Malik" + "name": "Tonmoy Labs" }, "library": { "name": "RudderLabs JavaScript SDK", @@ -570,7 +570,7 @@ }, "traits": { "email": "tonmoy@rudderstack.com", - "name": "Tonmoy Malik" + "name": "Tonmoy Labs" }, "library": { "name": "RudderLabs JavaScript SDK", @@ -662,7 +662,7 @@ "carrier": "Verizon" }, "traits": { - "name": "Tonmoy Malik" + "name": "Tonmoy Labs" }, "library": { "name": "RudderLabs JavaScript SDK", @@ -754,7 +754,7 @@ "carrier": "Verizon" }, "traits": { - "name": "Tonmoy Malik" + "name": "Tonmoy Labs" }, "library": { "name": "RudderLabs JavaScript SDK", @@ -833,7 +833,7 @@ }, "traits": { "email": "tonmoy@rudderstack.com", - "name": "Tonmoy Malik" + "name": "Tonmoy Labs" }, "library": { "name": "RudderLabs JavaScript SDK", @@ -922,7 +922,7 @@ }, "traits": { "email": "tonmoy@rudderstack.com", - "name": "Tonmoy Malik" + "name": "Tonmoy Labs" }, "library": { "name": "RudderLabs JavaScript SDK", diff --git a/test/__tests__/data/sfmc_output.json b/test/__tests__/data/sfmc_output.json index ce7e2eb07d..0271475e4a 100644 --- a/test/__tests__/data/sfmc_output.json +++ b/test/__tests__/data/sfmc_output.json @@ -53,7 +53,7 @@ "Screen Height": 860, "Screen Width": 1280, "Email": "tonmoy@rudderstack.com", - "Name": "Tonmoy Malik" + "Name": "Tonmoy Labs" } }, "XML": {}, @@ -107,7 +107,7 @@ "body": { "JSON": { "values": { - "Name": "Tonmoy Malik", + "Name": "Tonmoy Labs", "Email": "tonmoy@rudderstack.com", "Locale": "en-GB", "App Name": "RudderLabs JavaScript SDK", diff --git a/test/__tests__/data/sfmc_router_input.json b/test/__tests__/data/sfmc_router_input.json index 53fe40c510..ba925030eb 100644 --- a/test/__tests__/data/sfmc_router_input.json +++ b/test/__tests__/data/sfmc_router_input.json @@ -16,7 +16,7 @@ }, "traits": { "email": "tonmoy@rudderstack.com", - "name": "Tonmoy Malik" + "name": "Tonmoy Labs" }, "library": { "name": "RudderLabs JavaScript SDK", @@ -94,7 +94,7 @@ }, "traits": { "email": "tonmoy@rudderstack.com", - "name": "Tonmoy Malik" + "name": "Tonmoy Labs" }, "library": { "name": "RudderLabs JavaScript SDK", diff --git a/test/__tests__/data/sfmc_router_output.json b/test/__tests__/data/sfmc_router_output.json index f3dca707d8..d207b792ee 100644 --- a/test/__tests__/data/sfmc_router_output.json +++ b/test/__tests__/data/sfmc_router_output.json @@ -95,7 +95,7 @@ "Screen Height": 860, "Screen Width": 1280, "Email": "tonmoy@rudderstack.com", - "Name": "Tonmoy Malik" + "Name": "Tonmoy Labs" } }, "XML": {}, diff --git a/test/__tests__/data/twitter_ads.json b/test/__tests__/data/twitter_ads.json index 6dc13be052..c1e75b9298 100644 --- a/test/__tests__/data/twitter_ads.json +++ b/test/__tests__/data/twitter_ads.json @@ -15,8 +15,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -164,8 +164,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -260,8 +260,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -388,8 +388,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -479,8 +479,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -570,8 +570,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", diff --git a/test/__tests__/data/versioned_processor_pinterest_tag_input.json b/test/__tests__/data/versioned_processor_pinterest_tag_input.json index bf27cb9eb6..c424f55d15 100644 --- a/test/__tests__/data/versioned_processor_pinterest_tag_input.json +++ b/test/__tests__/data/versioned_processor_pinterest_tag_input.json @@ -16,8 +16,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -126,8 +126,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -236,8 +236,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -326,8 +326,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -435,8 +435,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -542,8 +542,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -653,8 +653,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -763,8 +763,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -874,8 +874,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -985,8 +985,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -1096,8 +1096,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -1178,8 +1178,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -1260,8 +1260,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -1343,8 +1343,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", diff --git a/test/__tests__/data/versioned_router_pinterest_tag_input.json b/test/__tests__/data/versioned_router_pinterest_tag_input.json index da494f4f29..b785d7a093 100644 --- a/test/__tests__/data/versioned_router_pinterest_tag_input.json +++ b/test/__tests__/data/versioned_router_pinterest_tag_input.json @@ -18,8 +18,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -143,8 +143,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -268,8 +268,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -370,8 +370,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -491,8 +491,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", @@ -616,8 +616,8 @@ "phone": "+1234589947", "ge": "male", "db": "19950715", - "lastname": "Ganguly", - "firstName": "Shrouti", + "lastname": "Rudderlabs", + "firstName": "Test", "address": { "city": "Kolkata", "state": "WB", diff --git a/test/__tests__/data/woopra.json b/test/__tests__/data/woopra.json index f8ed16bac1..5819eba13a 100644 --- a/test/__tests__/data/woopra.json +++ b/test/__tests__/data/woopra.json @@ -32,8 +32,8 @@ "messageId": "1601322811899-d9c7dd00-50dc-4364-95c8-e89423eb3cfb", "originalTimestamp": "2020-09-28T19:53:31.900Z", "traits": { - "name": "Anant jain", - "email": "anant@r.com", + "name": "John Doe", + "email": "test@r.com", "hasPurchased": "yes", "address": "H.No. abc Street PQRS ", "state": "Delhi", @@ -66,8 +66,8 @@ "browser": "Chrome86.0.4240.111", "cookie": "21e13f4bc7ceddad", "Project": "abc.com", - "cv_email": "anant@r.com", - "cv_name": "Anant jain", + "cv_email": "test@r.com", + "cv_name": "John Doe", "cv_state": "Delhi", "cv_title": "Mr", "cv_hasPurchased": "yes", diff --git a/test/integrations/destinations/airship/processor/data.ts b/test/integrations/destinations/airship/processor/data.ts index 66e2184296..9da61d0664 100644 --- a/test/integrations/destinations/airship/processor/data.ts +++ b/test/integrations/destinations/airship/processor/data.ts @@ -1751,7 +1751,7 @@ export const data = [ { destination: { ID: '1Tdi0lpXwSVwXG1lcdP2pXHKrJ6', - Name: 'Titli Ganguly', + Name: 'Titli Test', DestinationDefinition: { ID: '1SujZGrVEPqYmpUJcV4vSl9tfxn', Name: 'MC', diff --git a/test/integrations/destinations/engage/processor/data.ts b/test/integrations/destinations/engage/processor/data.ts index 05a235f1b2..b0b3ae8ec3 100644 --- a/test/integrations/destinations/engage/processor/data.ts +++ b/test/integrations/destinations/engage/processor/data.ts @@ -12,9 +12,9 @@ export const data = [ message: { anonymousId: '1', traits: { - firstName: 'Anant', - lastName: 'jain', - email: 'anant@r.com', + firstName: 'test', + lastName: 'doe', + email: 'test@r.com', hasPurchased: 'yes', }, type: 'identify', @@ -70,9 +70,9 @@ export const data = [ }, originalTimestamp: '2020-09-28T19:53:31.900Z', traits: { - firstName: 'Anant', - lastName: 'jain', - email: 'anant@r.com', + firstName: 'test', + lastName: 'doe', + email: 'test@r.com', hasPurchased: 'yes', address: { Home: { city: 'iudcb' }, Office: { abc: 'jbc' } }, state: 'Delhi', @@ -113,11 +113,11 @@ export const data = [ title: 'Mr', hasPurchased: 'yes', }, - email: 'anant@r.com', + email: 'test@r.com', lists: ['100c983ry8934hf3094yfh348gf1', '4r40hfio3rbfln'], - last_name: 'jain', + last_name: 'doe', created_at: '2020-09-29T14:50:29.907+05:30', - first_name: 'Anant', + first_name: 'test', }, JSON_ARRAY: {}, }, @@ -155,8 +155,8 @@ export const data = [ context: {}, originalTimestamp: '2020-09-28T19:53:31.900Z', traits: { - firstName: 'Anant', - lastName: 'jain', + firstName: 'test', + lastName: 'doe', email: 'abc@xyz.com', hasPurchased: 'yes', address: { Home: { city: 'iudcb' }, Office: { abc: 'jbc' } }, @@ -200,9 +200,9 @@ export const data = [ }, email: 'abc@xyz.com', lists: ['9834trg3rgy3g08oi9893rgfb', 'f39487tyh49go3h093gh2if2f2'], - last_name: 'jain', + last_name: 'doe', created_at: '2020-09-29T14:50:29.907+05:30', - first_name: 'Anant', + first_name: 'test', }, JSON_ARRAY: {}, }, @@ -240,9 +240,9 @@ export const data = [ originalTimestamp: '2020-09-28T19:53:31.900Z', traits: { userId: '1', - firstName: 'Anant', - lastName: 'jain', - email: 'anant@r.com', + firstName: 'test', + lastName: 'doe', + email: 'test@r.com', hasPurchased: 'yes', address: { Home: { city: 'iudcb' }, Office: { abc: 'jbc' } }, state: 'Lucknow', @@ -280,10 +280,10 @@ export const data = [ userId: '1', hasPurchased: 'yes', }, - email: 'anant@r.com', - last_name: 'jain', + email: 'test@r.com', + last_name: 'doe', created_at: '2020-09-29T14:50:29.907+05:30', - first_name: 'Anant', + first_name: 'test', }, JSON_ARRAY: {}, }, diff --git a/test/integrations/destinations/engage/router/data.ts b/test/integrations/destinations/engage/router/data.ts index 7beb9a73fa..d6a66b5e98 100644 --- a/test/integrations/destinations/engage/router/data.ts +++ b/test/integrations/destinations/engage/router/data.ts @@ -132,9 +132,9 @@ export const data = [ }, originalTimestamp: '2020-09-28T19:53:31.900Z', traits: { - firstName: 'Anant', - lastName: 'jain', - email: 'anant@r.com', + firstName: 'Test', + lastName: 'Rudderlabs', + email: 'Test@r.com', hasPurchased: 'yes', address: { Home: { @@ -192,11 +192,11 @@ export const data = [ title: 'Mr', hasPurchased: 'yes', }, - email: 'anant@r.com', + email: 'Test@r.com', lists: ['100c983ry8934hf3094yfh348gf1', '4r40hfio3rbfln'], - last_name: 'jain', + last_name: 'Rudderlabs', created_at: '2020-09-29T14:50:29.907+05:30', - first_name: 'Anant', + first_name: 'Test', }, JSON_ARRAY: {}, }, diff --git a/test/integrations/destinations/mautic/processor/data.ts b/test/integrations/destinations/mautic/processor/data.ts index b95a3d8314..5c427ff45f 100644 --- a/test/integrations/destinations/mautic/processor/data.ts +++ b/test/integrations/destinations/mautic/processor/data.ts @@ -261,8 +261,8 @@ export const data = [ name: 'http', }, traits: { - firstName: 'Anant', - lastName: 'jain', + firstName: 'Test', + lastName: 'Rudderlabs', }, }, messageId: '25ea6605-c788-4cab-8fed-2cf0b831c4a8', @@ -327,8 +327,8 @@ export const data = [ name: 'http', }, traits: { - firstName: 'Anant', - lastName: 'jain', + firstName: 'Test', + lastName: 'Rudderlabs', }, }, messageId: '25ea6605-c788-4cab-8fed-2cf0b831c4a8', @@ -392,8 +392,8 @@ export const data = [ ip: '14.5.67.21', library: { name: 'http' }, traits: { - firstName: 'Anant', - lastName: 'jain', + firstName: 'Test', + lastName: 'Rudderlabs', role: 'Manager', address: 'Flat No 58 ABC building XYZ Area near PQRS , 354408', hasPurchased: 'yes', @@ -423,7 +423,7 @@ export const data = [ lookUpField: 'email', password: 'm3dG325C51C1RPq', subDomainName: 'ruddertest2', - userName: 'anantjain45823@gmail.com', + userName: 'TestRudderlabs45823@gmail.com', }, }, }, @@ -444,15 +444,15 @@ export const data = [ endpoint: 'https://ruddertest2.mautic.net/api/contacts/new', headers: { 'Content-Type': 'application/json', - Authorization: 'Basic YW5hbnRqYWluNDU4MjNAZ21haWwuY29tOm0zZEczMjVDNTFDMVJQcQ==', + Authorization: 'Basic VGVzdFJ1ZGRlcmxhYnM0NTgyM0BnbWFpbC5jb206bTNkRzMyNUM1MUMxUlBx', }, params: {}, body: { JSON: { email: 'abc@xyz.com', title: 'Mr', - firstname: 'Anant', - lastname: 'jain', + firstname: 'Test', + lastname: 'Rudderlabs', phone: '9876543212', website: 'abc.com', state: 'Uttar Pradesh', @@ -496,8 +496,8 @@ export const data = [ ip: '14.5.67.21', library: { name: 'http' }, traits: { - firstName: 'Anant', - lastName: 'jain', + firstName: 'Test', + lastName: 'Rudderlabs', role: 'Manager', address: 'Flat No 58 ABC building XYZ Area near PQRS , 354408', hasPurchased: 'yes', @@ -527,7 +527,7 @@ export const data = [ lookUpField: 'email', password: 'm3dG325C51C1RPq', subDomainName: 'ruddertest2', - userName: 'anantjain45823@gmail.com', + userName: 'TestRudderlabs45823@gmail.com', }, }, }, @@ -548,7 +548,7 @@ export const data = [ endpoint: 'https://ruddertest2.mautic.net/api/contacts/247/edit', headers: { 'Content-Type': 'application/json', - Authorization: 'Basic YW5hbnRqYWluNDU4MjNAZ21haWwuY29tOm0zZEczMjVDNTFDMVJQcQ==', + Authorization: 'Basic VGVzdFJ1ZGRlcmxhYnM0NTgyM0BnbWFpbC5jb206bTNkRzMyNUM1MUMxUlBx', }, params: {}, body: { @@ -556,8 +556,8 @@ export const data = [ email: 'hijibi@gmail.com', title: 'Mr', last_active: '2020-02-02T05:53:08.977+05:30', - firstname: 'Anant', - lastname: 'jain', + firstname: 'Test', + lastname: 'Rudderlabs', phone: '9876543212', website: 'abc.com', state: 'Uttar Pradesh', @@ -600,8 +600,8 @@ export const data = [ ip: '14.5.67.21', library: { name: 'http' }, traits: { - firstName: 'Anant', - lastName: 'jain', + firstName: 'Test', + lastName: 'Rudderlabs', role: 'Manager', address: 'Flat No 58 ABC building XYZ Area near PQRS , 354408', hasPurchased: 'yes', @@ -675,7 +675,7 @@ export const data = [ context: { ip: '14.5.67.21', library: { name: 'http' }, - traits: { firstName: 'Anant', lastName: 'jain' }, + traits: { firstName: 'Test', lastName: 'Rudderlabs' }, }, messageId: '25ea6605-c788-4cab-8fed-2cf0b831c4a8', originalTimestamp: '2020-02-02T00:23:09.544Z', @@ -737,8 +737,8 @@ export const data = [ ip: '14.5.67.21', library: { name: 'http' }, traits: { - firstName: 'Anant', - lastName: 'jain', + firstName: 'Test', + lastName: 'Rudderlabs', role: 'Manager', address: 'Flat No 58 ABC building XYZ Area near PQRS , 354408', hasPurchased: 'yes', @@ -889,7 +889,7 @@ export const data = [ lookUpField: 'email', password: 'm3dG325C51C1RPq', subDomainName: 'testapi3', - userName: 'anantjain45823@gmail.com', + userName: 'TestRudderlabs45823@gmail.com', }, }, }, @@ -1121,7 +1121,7 @@ export const data = [ lookUpField: 'email', password: 'm3dG325C51C1RPq', subDomainName: 'testapi3', - userName: 'anantjain45823@gmail.com', + userName: 'TestRudderlabs45823@gmail.com', }, }, }, @@ -1182,7 +1182,7 @@ export const data = [ lookUpField: 'email', password: 'm3dG325C51C1RPq', subDomainName: 'testapi3', - userName: 'anantjain45823@gmail.com', + userName: 'TestRudderlabs45823@gmail.com', }, }, }, @@ -1231,7 +1231,7 @@ export const data = [ lookUpField: 'email', password: 'm3dG325C51C1RPq', subDomainName: 'testapi3', - userName: 'anantjain45823@gmail.com', + userName: 'TestRudderlabs45823@gmail.com', }, }, }, @@ -1292,7 +1292,7 @@ export const data = [ lookUpField: 'email', password: 'm3dG325C51C1RPq', subDomainName: 'testapi3', - userName: 'anantjain45823@gmail.com', + userName: 'TestRudderlabs45823@gmail.com', }, }, }, @@ -1485,7 +1485,7 @@ export const data = [ message: { anonymousId: 'anon-id-new', context: { externalId: [{ type: 'mauticContactId', id: '246' }] }, - traits: { firstName: 'Anant', role: 'Manager' }, + traits: { firstName: 'Test', role: 'Manager' }, messageId: '25ea6605-c788-4cab-8fed-2cf0b831c4a8', originalTimestamp: '2020-02-02T00:23:09.544Z', receivedAt: '2022-08-17T10:40:21.162+05:30', @@ -1501,7 +1501,7 @@ export const data = [ lookUpField: 'email', password: 'zzlOylGKJRKVr87', subDomainName: 'testapi5', - userName: 'anant45823jain@gmail.com', + userName: 'Test45823Rudderlabs@gmail.com', }, }, }, @@ -1522,13 +1522,13 @@ export const data = [ endpoint: 'https://testapi5.mautic.net/api/contacts/246/edit', headers: { 'Content-Type': 'application/json', - Authorization: 'Basic YW5hbnQ0NTgyM2phaW5AZ21haWwuY29tOnp6bE95bEdLSlJLVnI4Nw==', + Authorization: 'Basic VGVzdDQ1ODIzUnVkZGVybGFic0BnbWFpbC5jb206enpsT3lsR0tKUktWcjg3', }, params: {}, body: { JSON: { last_active: '2020-02-02T05:53:08.977+05:30', - firstname: 'Anant', + firstname: 'Test', role: 'Manager', }, JSON_ARRAY: {}, @@ -1565,7 +1565,7 @@ export const data = [ lookUpField: 'lastName', password: 'zzlOylGKJRKVr87', subDomainName: 'testapi5', - userName: 'anant45823jain@gmail.com', + userName: 'Test45823Rudderlabs@gmail.com', }, }, }, @@ -1617,7 +1617,7 @@ export const data = [ lookUpField: 'lastName', password: 'zzlOylGKJRKVr87', subDomainName: 'testapi5', - userName: 'anant45823jain@gmail.com', + userName: 'Test45823Rudderlabs@gmail.com', }, }, }, @@ -1638,7 +1638,7 @@ export const data = [ endpoint: 'https://testapi5.mautic.net/api/segments/17/contact/246/remove', headers: { 'Content-Type': 'application/json', - Authorization: 'Basic YW5hbnQ0NTgyM2phaW5AZ21haWwuY29tOnp6bE95bEdLSlJLVnI4Nw==', + Authorization: 'Basic VGVzdDQ1ODIzUnVkZGVybGFic0BnbWFpbC5jb206enpsT3lsR0tKUktWcjg3', }, params: {}, body: { JSON: {}, JSON_ARRAY: {}, XML: {}, FORM: {} }, @@ -1674,7 +1674,7 @@ export const data = [ lookUpField: 'lastName', password: 'zzlOylGKJRKVr87', subDomainName: 'testapi5', - userName: 'anant45823jain@gmail.com', + userName: 'Test45823Rudderlabs@gmail.com', }, }, }, @@ -1695,7 +1695,7 @@ export const data = [ endpoint: 'https://testapi5.mautic.net/api/segments/17/contact/246/add', headers: { 'Content-Type': 'application/json', - Authorization: 'Basic YW5hbnQ0NTgyM2phaW5AZ21haWwuY29tOnp6bE95bEdLSlJLVnI4Nw==', + Authorization: 'Basic VGVzdDQ1ODIzUnVkZGVybGFic0BnbWFpbC5jb206enpsT3lsR0tKUktWcjg3', }, params: {}, body: { JSON: {}, JSON_ARRAY: {}, XML: {}, FORM: {} }, @@ -1832,7 +1832,7 @@ export const data = [ lookUpField: 'email', password: 'zzlOylGKJRKVr87', subDomainName: 'ruddertest2', - userName: 'anant45823jain@gmail.com', + userName: 'Test45823Rudderlabs@gmail.com', }, }, }, @@ -1853,7 +1853,7 @@ export const data = [ endpoint: 'https://ruddertest2.mautic.net/api/companies/20/contact/247/add', headers: { 'Content-Type': 'application/json', - Authorization: 'Basic YW5hbnQ0NTgyM2phaW5AZ21haWwuY29tOnp6bE95bEdLSlJLVnI4Nw==', + Authorization: 'Basic VGVzdDQ1ODIzUnVkZGVybGFic0BnbWFpbC5jb206enpsT3lsR0tKUktWcjg3', }, params: {}, body: { JSON: {}, JSON_ARRAY: {}, XML: {}, FORM: {} }, @@ -1888,7 +1888,7 @@ export const data = [ lookUpField: 'lastName', password: 'zzlOylGKJRKVr87', subDomainName: 'ruddertest2', - userName: 'anant45823jain@gmail.com', + userName: 'Test45823Rudderlabs@gmail.com', }, }, }, @@ -1938,7 +1938,7 @@ export const data = [ lookUpField: 'lastName', password: 'zzlOylGKJRKVr87', subDomainName: 'ruddertest2', - userName: 'anant45823jain@gmail.com', + userName: 'Test45823Rudderlabs@gmail.com', }, }, }, diff --git a/test/integrations/destinations/mautic/router/data.ts b/test/integrations/destinations/mautic/router/data.ts index 7019b9098b..a2b54fe4a1 100644 --- a/test/integrations/destinations/mautic/router/data.ts +++ b/test/integrations/destinations/mautic/router/data.ts @@ -18,8 +18,8 @@ export const data = [ name: 'http', }, traits: { - firstName: 'Anant', - lastName: 'jain', + firstName: 'Test', + lastName: 'Rudderlabs', role: 'Manager', address: 'Flat No 58 ABC building XYZ Area near PQRS , 354408', hasPurchased: 'yes', @@ -49,7 +49,7 @@ export const data = [ lookUpField: 'email', password: 'm3dG325C51C1RPq', subDomainName: 'ruddertest2', - userName: 'anantjain45823@gmail.com', + userName: 'TestRudderlabs45823@gmail.com', }, }, metadata: { @@ -76,15 +76,15 @@ export const data = [ endpoint: 'https://ruddertest2.mautic.net/api/contacts/new', headers: { 'Content-Type': 'application/json', - Authorization: 'Basic YW5hbnRqYWluNDU4MjNAZ21haWwuY29tOm0zZEczMjVDNTFDMVJQcQ==', + Authorization: 'Basic VGVzdFJ1ZGRlcmxhYnM0NTgyM0BnbWFpbC5jb206bTNkRzMyNUM1MUMxUlBx', }, params: {}, body: { JSON: { email: 'abc@xyz.com', title: 'Mr', - firstname: 'Anant', - lastname: 'jain', + firstname: 'Test', + lastname: 'Rudderlabs', phone: '9876543212', website: 'abc.com', state: 'Uttar Pradesh', @@ -117,7 +117,7 @@ export const data = [ lookUpField: 'email', password: 'm3dG325C51C1RPq', subDomainName: 'ruddertest2', - userName: 'anantjain45823@gmail.com', + userName: 'TestRudderlabs45823@gmail.com', }, }, }, @@ -145,8 +145,8 @@ export const data = [ name: 'http', }, traits: { - firstName: 'Anant', - lastName: 'jain', + firstName: 'Test', + lastName: 'Rudderlabs', role: 'Manager', address: 'Flat No 58 ABC building XYZ Area near PQRS , 354408', hasPurchased: 'yes', @@ -260,7 +260,7 @@ export const data = [ lookUpField: 'lastName', password: 'm3dG325C51C1RPq', subDomainName: 'ruddertest2', - userName: 'anantjain45823@gmail.com', + userName: 'TestRudderlabs45823@gmail.com', }, }, metadata: { @@ -287,7 +287,7 @@ export const data = [ endpoint: 'https://ruddertest2.mautic.net/api/segments/17/contact/246/add', headers: { 'Content-Type': 'application/json', - Authorization: 'Basic YW5hbnRqYWluNDU4MjNAZ21haWwuY29tOm0zZEczMjVDNTFDMVJQcQ==', + Authorization: 'Basic VGVzdFJ1ZGRlcmxhYnM0NTgyM0BnbWFpbC5jb206bTNkRzMyNUM1MUMxUlBx', }, params: {}, body: { @@ -310,7 +310,7 @@ export const data = [ lookUpField: 'lastName', password: 'm3dG325C51C1RPq', subDomainName: 'ruddertest2', - userName: 'anantjain45823@gmail.com', + userName: 'TestRudderlabs45823@gmail.com', }, }, }, diff --git a/test/integrations/destinations/posthog/processor/data.ts b/test/integrations/destinations/posthog/processor/data.ts index 5cbf23ff63..fa577a6663 100644 --- a/test/integrations/destinations/posthog/processor/data.ts +++ b/test/integrations/destinations/posthog/processor/data.ts @@ -1613,7 +1613,7 @@ export const data = [ traits: { name: 'Rudder Usr', category: 'SampleIdentify', - email: 'mihirb@rudderlabs.com', + email: 'test@rudderlabs.com', plan: 'Paid', logins: 5, }, @@ -1674,7 +1674,7 @@ export const data = [ $set: { name: 'Rudder Usr', category: 'SampleIdentify', - email: 'mihirb@rudderlabs.com', + email: 'test@rudderlabs.com', plan: 'Paid', logins: 5, }, diff --git a/test/integrations/destinations/woopra/processor/data.ts b/test/integrations/destinations/woopra/processor/data.ts index bebc9ce51d..0fed7fc995 100644 --- a/test/integrations/destinations/woopra/processor/data.ts +++ b/test/integrations/destinations/woopra/processor/data.ts @@ -26,8 +26,8 @@ export const data = [ messageId: '1601322811899-d9c7dd00-50dc-4364-95c8-e89423eb3cfb', originalTimestamp: '2020-09-28T19:53:31.900Z', traits: { - name: 'Anant jain', - email: 'anant@r.com', + name: 'Test Rudderlabs', + email: 'test@r.com', hasPurchased: 'yes', address: 'H.No. abc Street PQRS ', state: 'Delhi', @@ -60,8 +60,8 @@ export const data = [ browser: 'Chrome86.0.4240.111', cookie: '21e13f4bc7ceddad', Project: 'abc.com', - cv_email: 'anant@r.com', - cv_name: 'Anant jain', + cv_email: 'test@r.com', + cv_name: 'Test Rudderlabs', cv_state: 'Delhi', cv_title: 'Mr', cv_hasPurchased: 'yes', diff --git a/test/integrations/destinations/woopra/router/data.ts b/test/integrations/destinations/woopra/router/data.ts index c51e1763f2..5a3b20bea6 100644 --- a/test/integrations/destinations/woopra/router/data.ts +++ b/test/integrations/destinations/woopra/router/data.ts @@ -40,8 +40,8 @@ export const data = [ messageId: '1601322811899-d9c7dd00-50dc-4364-95c8-e89423eb3cfb', originalTimestamp: '2020-09-28T19:53:31.900Z', traits: { - Name: 'Anant jain', - email: 'anant@r.com', + Name: 'Test Rudderlabs', + email: 'test@r.com', hasPurchased: 'yes', address: 'H.No. abc Street PQRS ', state: 'Delhi', @@ -88,13 +88,13 @@ export const data = [ app: 'RuddCDN', cookie: '21e13f4bc7ceddad', Project: 'abc.com', - cv_email: 'anant@r.com', + cv_email: 'test@r.com', cv_state: 'Delhi', cv_title: 'Mr', cv_hasPurchased: 'yes', cv_address: 'H.No. abc Street PQRS ', timestamp: '1601371229907', - cv_Name: 'Anant jain', + cv_Name: 'Test Rudderlabs', }, headers: {}, version: '1',