Skip to content

Commit

Permalink
fix: delete wrong test case
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Nov 13, 2023
1 parent 33927d4 commit 5f3a35c
Showing 1 changed file with 0 additions and 132 deletions.
132 changes: 0 additions & 132 deletions test/integrations/destinations/mp/processor/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5981,137 +5981,5 @@ export const data = [
],
},
},
},
{
name: 'mp',
description: 'Test Set Once Property',
feature: 'processor',
module: 'destination',
version: 'v0',
input: {
request: {
body: [
{
description: 'Alias: with property beyond and within exclusion list',
destination: destinationWithSetOnceProperty,
message: {
anonymousId: 'e6ab2c5e-2cda-44a9-a962-e2f67df78bca',
channel: 'web',
context: {
app: {
build: '1.0.0',
name: 'RudderLabs JavaScript SDK',
namespace: 'com.rudderlabs.javascript',
version: '1.0.5'
},
ip: '0.0.0.0',
library: {
name: 'RudderLabs JavaScript SDK',
version: '1.0.5'
},
locale: 'en-GB',
os: {
name: '',
version: ''
},
screen: {
density: 2
},
traits: {
address: {
city: 'Disney',
},
country: 'USA',
email: '[email protected]',
firstName: 'Mickey test',
lastName: 'VarChange',
createdAt: '2020-01-23T08:54:02.362Z',
nationality: 'USA',
random: 'superProp'
},
page: {
path: '/destinations/mixpanel',
referrer: '',
search: '',
title: '',
url: 'https://docs.rudderstack.com/destinations/mixpanel',
category: 'destination',
initial_referrer: 'https://docs.rudderstack.com',
initial_referring_domain: 'docs.rudderstack.com'
},
userAgent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'
},
integrations: {
All: true
},
page: {
path: '/destinations/mixpanel',
referrer: '',
search: '',
title: '',
url: 'https://docs.rudderstack.com/destinations/mixpanel',
category: 'destination',
initial_referrer: 'https://docs.rudderstack.com',
initial_referring_domain: 'docs.rudderstack.com'
},
request_ip: '[::1]:53709',
type: 'identify',
userId: 'Santiy'
},
},
],
method: 'POST',
},
pathSuffix: '',
},
output: {
response: {
status: 200,
body: [
{
output: {
body: {
FORM: {},
JSON: {},
JSON_ARRAY: {
batch: "[{\"$set_once\":{\"$first_name\":\"Mickey test\",\"$city\":\"Disney\",\"nationality\":\"USA\"},\"$token\":\"dummyToken\",\"$distinct_id\":\"Santiy\"}]",
},
XML: {},
},
endpoint: "https://api.mixpanel.com/engage/",
files: {},
headers: {},
method: 'POST',
params: {},
type: 'REST',
userId: 'Santiy',
version: '1',
},
statusCode: 200,
},
{
output: {
body: {
FORM: {},
JSON: {},
JSON_ARRAY: {
"batch": "[{\"$set\":{\"$created\":\"2020-01-23T08:54:02.362Z\",\"$email\":\"[email protected]\",\"$country_code\":\"USA\",\"$initial_referrer\":\"https://docs.rudderstack.com\",\"$initial_referring_domain\":\"docs.rudderstack.com\",\"random\":\"superProp\",\"$lastName\":\"VarChange\",\"$browser\":\"Chrome\",\"$browser_version\":\"79.0.3945.117\"},\"$token\":\"dummyToken\",\"$distinct_id\":\"Santiy\",\"$ip\":\"0.0.0.0\",\"$time\":null}]"
},
XML: {},
},
endpoint: 'https://api.mixpanel.com/engage/',
files: {},
headers: {},
method: 'POST',
params: {},
type: 'REST',
userId: 'Santiy',
version: '1',
},
statusCode: 200,
},
],
},
},
}
];

0 comments on commit 5f3a35c

Please sign in to comment.