Skip to content

Commit

Permalink
chore: fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSudip committed Feb 28, 2025
1 parent b7162d0 commit 754e8c0
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
"to": "call"
}
],
"userDataConsent": "GRANTED",
"personalizationConsent": "GRANTED",
"eventsToConversionsNamesMapping": [
{
"from": "Sign up completed",
Expand Down Expand Up @@ -66,8 +64,6 @@
"to": "call"
}
],
"userDataConsent": "RANDOM",
"personalizationConsent": "GRANTED",
"eventsToConversionsNamesMapping": [
{
"from": "Sign up completed",
Expand All @@ -89,8 +85,7 @@
}
]
},
"result": false,
"err": ["userDataConsent must be equal to one of the allowed values"]
"result": true
},
{
"config": {
Expand All @@ -113,8 +108,6 @@
"to": "call"
}
],
"userDataConsent": "GRANTED",
"personalizationConsent": "GRANTED",
"eventsToConversionsNamesMapping": [
{
"from": "Sign up completed",
Expand Down Expand Up @@ -281,8 +274,6 @@
"to": "call"
}
],
"userDataConsent": "GRANTED",
"personalizationConsent": "GRANTED",
"eventsToConversionsNamesMapping": [
{
"from": "Sign up completed",
Expand Down Expand Up @@ -344,8 +335,6 @@
"to": "call"
}
],
"userDataConsent": "GRANTED",
"personalizationConsent": "GRANTED",
"eventsToConversionsNamesMapping": [
{
"from": "Sign up completed",
Expand Down

0 comments on commit 754e8c0

Please sign in to comment.