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

Overtone RTD Module : initial release #12681

Merged
merged 7 commits into from
Feb 27, 2025

Conversation

CKBrennan
Copy link
Contributor

Creation of overtoneRtdProvider RTD submodule, with markdown. Team contactable at tech@overtone.ai

@ChrisHuie ChrisHuie changed the title Overtone Module Creation Overtone RTD Module : initial release Jan 24, 2025
Copy link
Collaborator

@robertrmartinez robertrmartinez left a comment

Choose a reason for hiding this comment

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

minor ask for a bit more test coverage

};

describe('Overtone RTD Submodule with Test URLs', function () {
this.timeout(120000);
Copy link
Collaborator

Choose a reason for hiding this comment

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

I do not think this is needed. Can you confirm / let me know why it is.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hello Robert, correct. This has now been removed.

expect(data).to.deep.equal({
categories: [],
status: 4,
});
Copy link
Collaborator

Choose a reason for hiding this comment

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

looks like just testing the fetchContextData function

would be useful to test the ortb2Fragments part of the getBidRequestData as well to cover more lines.

@robertrmartinez robertrmartinez merged commit 473093f into prebid:master Feb 27, 2025
6 checks passed
kiho-shige pushed a commit to DAConsortium/Prebid.js that referenced this pull request Mar 6, 2025
* overtoneRtdProvider and overtoneRtdProvider_spec

* Added markdown

* Updated overtoneRtdProvider.md with relevant changes

* Update overtoneRtdProvider.md

Updated markdown text for clarification

* Update overtoneRtdProvider_spec.mjs

Removed timeout and added additional tests

* Modified for getBidRequestData test case

---------

Co-authored-by: Subiksha <bikshaaa@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants