-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Provide dummy impl for CID service in inabox. #23018
Conversation
@@ -629,20 +628,6 @@ describes.sandboxed('UrlReplacements', {}, () => { | |||
}); | |||
}); | |||
|
|||
it('should replace CLIENT_ID with empty string for inabox', () => { |
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 do have an integration test for this right?
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.
yes, i checked its here
expect(queries['cid']).to.equal(''); |
@@ -287,12 +286,6 @@ export class GlobalVariableSource extends VariableSource { | |||
/*OK*/ ' Cookie name, is required' | |||
); | |||
|
|||
if (getMode().runtime == 'inabox') { |
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.
Woohoo! Thank you! 🎉 🎉
* Provide dummy impl for CID service in inabox. * Remove test that is no longer relevant * lint
for #22867
reduced size of amp4ads-v0.js from 271K to 265.4K