-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
addressed feedback from #3731 ticket #3752
Conversation
@EMXDigital Thanks for putting the changes together and recreating this PR. I'll take a look over the updates soon and follow-up. |
docs PR prebid/prebid.github.io#1252 |
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.
Hi @EMXDigital these changes look good; just had a question with some of the unit tests.
Can you take a look and update as necessary? We should be good to merge after this last item.
// const testBid = Object.assign({}, bid); | ||
// delete testBid.mediaTypes.video.playerSize; | ||
// expect(spec.isBidRequestValid(testBid)).to.equal(false); | ||
// }) |
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.
Are these tests something you want to reactivate? Or remove?
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.
Thanks, we've removed these lines in our latest commit.
}); | ||
}); | ||
|
||
// describe('emxAdapter helper validity', function () { |
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; should these tests stay or go?
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.
We've removed these lines.
@EMXDigital Thanks for making the extra updates; LGTM |
* addressed feedback from prebid#3731 ticket * removed commented code from emx test spec * logging removed from spec * flip h & w values from playerSize for video requests
* addressed feedback from prebid#3731 ticket * removed commented code from emx test spec * logging removed from spec * flip h & w values from playerSize for video requests
Type of change
Description of change
Adding Instream mediatype to EMX Digital. New PR from accidental closed PR [here]. This includes all requested updates to our adapter from that ticket. (#3731).