Skip to content
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

Add test cases for user.buyeruids when it's involve alias #2749

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

osulzhenko
Copy link
Collaborator

No description provided.

@osulzhenko osulzhenko added the tests Functional or other tests label Nov 7, 2023
Comment on lines 166 to 174
"adapters.generic.aliases.alias.enabled" : "true",
"adapters.generic.aliases.alias.endpoint" : "$networkServiceContainer.rootUri/auction".toString()])

and: "Alias bid request"
def buyeruid = PBSUtils.randomString
def bidRequest = BidRequest.defaultBidRequest.tap {
imp[0].ext.prebid.bidder.alias = new Generic()
imp[0].ext.prebid.bidder.generic = null
ext.prebid.aliases = [ (ALIAS.value): bidderName]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need point out aliases in both place, can remove:

"adapters.generic.aliases.alias.enabled"      : "true",
"adapters.generic.aliases.alias.endpoint"     : "$networkServiceContainer.rootUri/auction".toString()

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agree, updated

@osulzhenko osulzhenko requested a review from marki1an November 7, 2023 13:20
@SerhiiNahornyi SerhiiNahornyi merged commit c63658a into master Nov 7, 2023
2 checks passed
@SerhiiNahornyi SerhiiNahornyi deleted the test-remove-usersync-for-aliases branch November 7, 2023 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Functional or other tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants