Skip to content

Commit

Permalink
chore:formatting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai Sankeerth committed Dec 27, 2024
1 parent 4337fbc commit 9a0fee0
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
13 changes: 10 additions & 3 deletions test/data/validation/destinations/am.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,9 @@
}
},
"result": false,
"err": ["eventUploadPeriodMillis.web must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\})([0-9]{0,100})$\""]
"err": [
"eventUploadPeriodMillis.web must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\})([0-9]{0,100})$\""
]
},
{
"config": {
Expand Down Expand Up @@ -456,7 +458,9 @@
}
},
"result": false,
"err": ["eventUploadThreshold.web must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\})([0-9]{0,100})$\""]
"err": [
"eventUploadThreshold.web must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\})([0-9]{0,100})$\""
]
},
{
"config": {
Expand Down Expand Up @@ -937,7 +941,10 @@
}
},
"result": false,
"err": ["oneTrustCookieCategories.cloud.0.oneTrustCookieCategory must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\"","ketchConsentPurposes.cloud.0.purpose must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\""]
"err": [
"oneTrustCookieCategories.cloud.0.oneTrustCookieCategory must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\"",
"ketchConsentPurposes.cloud.0.purpose must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\""
]
},
{
"config": {
Expand Down
5 changes: 4 additions & 1 deletion test/data/validation/destinations/ga4.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,10 @@
}
},
"result": false,
"err": ["oneTrustCookieCategories.cloud.0.oneTrustCookieCategory must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\"","ketchConsentPurposes.cloud.0.purpose must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\""]
"err": [
"oneTrustCookieCategories.cloud.0.oneTrustCookieCategory must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\"",
"ketchConsentPurposes.cloud.0.purpose must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\""
]
},
{
"config": {
Expand Down
9 changes: 7 additions & 2 deletions test/data/validation/destinations/hs.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@
]
},
"result": false,
"err": ["whitelistedEvents.0.eventName must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\""]
"err": [
"whitelistedEvents.0.eventName must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\""
]
},
{
"config": {
Expand Down Expand Up @@ -407,7 +409,10 @@
}
},
"result": false,
"err": ["oneTrustCookieCategories.cloud.0.oneTrustCookieCategory must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\"","ketchConsentPurposes.cloud.0.purpose must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\""]
"err": [
"oneTrustCookieCategories.cloud.0.oneTrustCookieCategory must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\"",
"ketchConsentPurposes.cloud.0.purpose must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\""
]
},
{
"config": {
Expand Down
5 changes: 4 additions & 1 deletion test/data/validation/destinations/salesforce.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,10 @@
}
},
"result": false,
"err": ["oneTrustCookieCategories.cloud.0.oneTrustCookieCategory must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\"","ketchConsentPurposes.cloud.0.purpose must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\""]
"err": [
"oneTrustCookieCategories.cloud.0.oneTrustCookieCategory must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\"",
"ketchConsentPurposes.cloud.0.purpose must match pattern \"(^env[.].+)|^(?!.*\\{\\{.*\\|\\|(.*)\\}\\}).{0,100}$\""
]
},
{
"config": {
Expand Down

0 comments on commit 9a0fee0

Please sign in to comment.