Skip to content

Commit

Permalink
test: update sprig test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
1abhishekpandey committed Oct 24, 2024
1 parent d1077d2 commit 304631f
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions test/data/validation/destinations/sprig.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,5 +435,82 @@
"ketchConsentPurposes.web must be array",
"ketchConsentPurposes.unity.0 must be object"
]
},
{
"config": {
"environmentId": "abcd1234",
"connectionMode": {
"android": "device",
"ios": "device"
},
"whitelistedEvents": [
{
"eventName": ""
}
],
"useNativeSDK": {
"android": true,
"ios": true
},
"blacklistedEvents": [
{
"eventName": ""
}
]
},
"result": true
},
{
"config": {
"environmentId": "abcd1234",
"connectionMode": {
"android": "device",
"ios": "device",
"web": "device"
},
"whitelistedEvents": [
{
"eventName": ""
}
],
"useNativeSDK": {
"android": true,
"ios": true,
"web": true
},
"blacklistedEvents": [
{
"eventName": ""
}
]
},
"result": true
},
{
"config": {
"apiKey": "abcd1234",
"environmentId": "abcd1234",
"connectionMode": {
"android": "device",
"ios": "device",
"web": "cloud"
},
"whitelistedEvents": [
{
"eventName": ""
}
],
"useNativeSDK": {
"android": true,
"ios": true,
"web": false
},
"blacklistedEvents": [
{
"eventName": ""
}
]
},
"result": true
}
]

0 comments on commit 304631f

Please sign in to comment.