-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ian UI d2 2011 change policy to optout check #18
base: main
Are you sure you want to change the base?
Conversation
@@ -62,7 +62,7 @@ def _create_json_request_for_generate_token(property, value, tc_string, generate | |||
if tc_string is not None: | |||
json_object["tcf_consent_string"] = tc_string | |||
if not generate_for_opted_out: | |||
json_object["policy"] = 1 | |||
json_object["optout_check"] = 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a unit test for this change ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A test exists at test_publisher_client#test_integration_optout_generate_token that will make sure it stil works after this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After Unit test GTG
UID2-2011