-
Notifications
You must be signed in to change notification settings - Fork 224
Tests: Increase coverage for setUid endpoint #3676
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
Tests: Increase coverage for setUid endpoint #3676
Conversation
| .build() | ||
| } | ||
|
|
||
| and: "Default uids cookie with rubicon bidder" |
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.
Minor: and: "Default uids cookie with gener_x bidder"
| when: "PBS processes setuid request" | ||
| prebidServerService.sendSetUidRequest(setuidRequest, uidsCookie) | ||
|
|
||
|
|
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.
empty line
| and: "Flush metrics" | ||
| flushMetrics(prebidServerService) | ||
|
|
||
| and: "Default uids cookie with rubicon bidder" |
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.
Same here
| "adapters.${APPNEXUS.value}.usersync.cookie-family-name" : APPNEXUS.value, | ||
| "adapters.${GENERIC.value}.usersync.${USER_SYNC_TYPE.value}.url" : USER_SYNC_URL, | ||
| "adapters.${GENERIC.value}.usersync.${USER_SYNC_TYPE.value}.support-cors": CORS_SUPPORT.toString()] | ||
| protected static final Map<String, String> GENERIC_ALIAS_CONFIG = ["adapters.generic.aliases.alias.enabled" : "true", |
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.
It can be private
🔧 Type of changes
✨ What's the context?
What's the context for the changes?
🧠 Rationale behind the change
Why did you choose to make these changes? Were there any trade-offs you had to consider?
🔎 New Bid Adapter Checklist
🧪 Test plan
How do you know the changes are safe to ship to production?
🏎 Quality check