Skip to content

Commit

Permalink
fix: validations tests for zendesk destination
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai Sankeerth committed Dec 27, 2024
1 parent 44c2f2f commit 2650591
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions test/data/validation/destinations/zendesk.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,11 @@
]
}
},
"result": true
"result": false,
"err": [
"oneTrustCookieCategories.cloud.0.oneTrustCookieCategory must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\"",
"ketchConsentPurposes.cloud.0.purpose must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\""
]
},
{
"config": {
Expand Down Expand Up @@ -403,11 +407,11 @@
},
"result": false,
"err": [
"oneTrustCookieCategories.android.0.oneTrustCookieCategory must match pattern \"(^env[.].+)|^(.{0,100})$\"",
"oneTrustCookieCategories.android.0.oneTrustCookieCategory must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\"",
"oneTrustCookieCategories.ios.0.oneTrustCookieCategory must be string",
"oneTrustCookieCategories.web must be array",
"oneTrustCookieCategories.unity.0 must be object",
"ketchConsentPurposes.android.0.purpose must match pattern \"(^env[.].+)|^(.{0,100})$\"",
"ketchConsentPurposes.android.0.purpose must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\"",
"ketchConsentPurposes.ios.0.purpose must be string",
"ketchConsentPurposes.web must be array",
"ketchConsentPurposes.unity.0 must be object"
Expand Down

0 comments on commit 2650591

Please sign in to comment.