-
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
CleanIO RTD Module: support billable event #8750
CleanIO RTD Module: support billable event #8750
Conversation
@ChrisHuie Can you advise? We believe this is an issue with the tests. |
@mmoschovas With a previous submission, we were told to pull in recent PRs to resolve the issue, but that doesn't look to resolve the problem, as the tests seem to be hardcoded for specific values. Can you let us know how to proceed? |
In the past, for things like
we just increase the count in the expect |
@patmmccann Thanks for jumping in. Are you stating that the tests need to be updated by manually adjusting the Expected count? Is that something @mmoschovas would do? I unclear if this is something that you are requesting of us. Could you help clarify? |
@nick-clean sorry for the delay. You would need to go through the tests that fail with the introduction of your billable event and increase their expected values |
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.
lgtm
* clean.io RTD Module: send billable events * Added unit test for billable events * attempt to trigger circleci * Fixed some analytics test to expect Clean.io billableEvents too. Co-authored-by: mkikot-sigma <[email protected]> Co-authored-by: Patrick McCann <[email protected]> Co-authored-by: eugen-tikhonov <[email protected]> Co-authored-by: yevhen.tykhonov <[email protected]>
* clean.io RTD Module: send billable events * Added unit test for billable events * attempt to trigger circleci * Fixed some analytics test to expect Clean.io billableEvents too. Co-authored-by: mkikot-sigma <[email protected]> Co-authored-by: Patrick McCann <[email protected]> Co-authored-by: eugen-tikhonov <[email protected]> Co-authored-by: yevhen.tykhonov <[email protected]>
Add billable events to clean.io Real-time Anti-Malvertising Module
Type of change
Description of change
As described in Vendor Billing, clean.io will now submit a billable event for each protected impression.
Module Name: clean.io Rtd provider
Module Type: Rtd Provider
Maintainer: [email protected]
Other information
Solution was previously merged as part of pull request #7449