-
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
Overtone RTD Module : initial release #12681
Conversation
Updated markdown text for clarification
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 ask for a bit more test coverage
}; | ||
|
||
describe('Overtone RTD Submodule with Test URLs', function () { | ||
this.timeout(120000); |
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.
I do not think this is needed. Can you confirm / let me know why it is.
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.
Hello Robert, correct. This has now been removed.
expect(data).to.deep.equal({ | ||
categories: [], | ||
status: 4, | ||
}); |
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.
looks like just testing the fetchContextData function
would be useful to test the ortb2Fragments part of the getBidRequestData as well to cover more lines.
Removed timeout and added additional tests
* 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>
Creation of overtoneRtdProvider RTD submodule, with markdown. Team contactable at tech@overtone.ai