-
Notifications
You must be signed in to change notification settings - Fork 802
Invibes: Generic domainId parameter #1512
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
Conversation
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 but I am wondering if the default URL when no domainID
was provided was bid.videostep.com
even before the how were the tests passing with expected URL to be adweb.videostepstage.com
like in the basic-ad.json
and no-ad.json
files
Before the latest commit, the host url template provided in invibes_test.go didn't contain {.Host} macro, so the url generation wasn't covered by tests. In the latest commit I have included the macro in the template in order to improve the code coverage. |
More flexible way to use domainId parameter