-
Notifications
You must be signed in to change notification settings - Fork 187
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: Add adUnitCode to exception list #3599
Tests: Add adUnitCode to exception list #3599
Conversation
@JsonProperty("adunitcode") | ||
String adUnitCode |
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.
Should be in imp[].ext.prebid.adunitcode
and: "Response shouldn't contain warning" | ||
assert !response.ext?.warnings | ||
|
||
"Bidder request should bidderParams only for 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.
and
keyword before a text
…ional-tests/adunitcode-to-exception-list
} | ||
} | ||
|
||
def "PBS shouldn't emit warning and proceed auction when all ext.prebid.bidderParams fields known for PBS"() { |
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.
Please correct test name, since for now sounds like we shouldn't proceed auction
🔧 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